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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Doc patch, put RAISE USING keywords into a table
Date: 2012-11-17 06:16:06
Message-ID: 1353132966.6670.12.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 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 page
in the style of the SQL command reference pages. But it might get ugly
if we try to have it be both.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-11-17 06:19:02 Re: Doc patch, put pg_temp into the documentation's index
Previous Message Steve Singer 2012-11-17 04:27:33 Re: [PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader