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

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Doc patch, put RAISE USING keywords into a table
Date: 2012-10-26 15:23:56
Message-ID: 1351265036.30493.4@mofo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 not sit well
since these are not actual sql reserved key words.

V2 removes the word "keyword" from the table and
the surrounding text.

Regards,

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Attachment Content-Type Size
raise_using_keyword_table-v2.patch text/x-patch 2.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2012-10-26 16:09:54 Re: Extensions Documentation
Previous Message Karl O. Pinc 2012-10-26 14:58:05 Doc patch, put RAISE USING keywords into a table