Re: Column-level trigger doc typo fix

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thom Brown <thom@linux.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-docs <pgsql-docs@postgresql.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-03-07T21:02:30Z
Lists: pgsql-hackers
Thom Brown <thom@linux.com> writes:
> On 7 March 2011 22:39, Robert Haas <robertmhaas@gmail.com> wrote:
>> That's not really a typo so much as a think-o, I think.  Maybe a
>> little more text would help clarify: A column-specific trigger (one
>> defined using the <literal>UPDATE OF
>> <replaceable>column_name</replaceable></literal> syntax) will fire
>> when...
>> 
>> It should really go on to say... "where event can be one of...", like
>> EXPLAIN and COPY do, shouldn't it?  Otherwise it's pretty hard to tell
>> what you should put there without looking up the main docs.

> Yes, absolutely.  In fact that's what I was looking for when I first
> visited that page.

Applied both of these changes along with a bit of markup cleanup.

			regards, tom lane