Re: [HACKERS] Doc patch, put RAISE USING keywords into a table

2012-12-17 Thread Peter Eisentraut
On Fri, 2012-10-26 at 16:23 -0500, Karl O. Pinc wrote: > On 10/26/2012 10:23:56 AM, Karl O. Pinc wrote: > > On 10/26/2012 09:58:05 AM, Karl O. Pinc wrote: > > > > > The attached patch, raise_using_keyword_table.patch, > > > puts the pl/pgsql RAISE USING keywords into a table, > > > replacing a pro

Re: [HACKERS] Doc patch, put RAISE USING keywords into a table

2012-11-19 Thread Karl O. Pinc
On 11/17/2012 12:16:06 AM, Peter Eisentraut wrote: > I'm unsure whether splitting this out into a list (or table) is an > improvement. Other opinions? > > This page is written as a narrative explanation of the RAISE feature, > but there is probably a desire to also have it serve as a reference >

Re: [HACKERS] Doc patch, put RAISE USING keywords into a table

2012-11-16 Thread Peter Eisentraut
On Fri, 2012-10-26 at 16:23 -0500, Karl O. Pinc wrote: > Attached is: raise_using_keyword_table-v3.patch > It uses a variable list instead of a table. > > I believe I prefer the table but this might > (or might not) be more consistent with the > style of other parts of the docs. I'm unsure wheth

Re: [HACKERS] Doc patch, put RAISE USING keywords into a table

2012-10-26 Thread Karl O. Pinc
On 10/26/2012 10:23:56 AM, Karl O. Pinc wrote: > On 10/26/2012 09:58:05 AM, Karl O. Pinc wrote: > > > The attached patch, raise_using_keyword_table.patch, > > puts the pl/pgsql RAISE USING keywords into a table, > > replacing a prose description. Attached is: raise_using_keyword_table-v3.patch It

Re: [HACKERS] Doc patch, put RAISE USING keywords into a table

2012-10-26 Thread Karl O. Pinc
On 10/26/2012 09:58:05 AM, Karl O. Pinc wrote: > The attached patch, raise_using_keyword_table.patch, > puts the pl/pgsql RAISE USING keywords into a table, > replacing a prose description. I'm attaching a v2 of this patch: raise_using_keyword_table-v2.patch The use of the word "keyword" does no

[HACKERS] Doc patch, put RAISE USING keywords into a table

2012-10-26 Thread Karl O. Pinc
Hi, The attached patch, raise_using_keyword_table.patch, puts the pl/pgsql RAISE USING keywords into a table, replacing a prose description. Against HEAD. Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein diff --git a/doc/src/sgml/plpgsql.sgml b