Re: [DOCS] [patch] Typo in ECPG Docs

2005-05-20 Thread Neil Conway
Andreas Seltenreich wrote: I just stumbled across a spurious indefinite article in the ECPG docs. See the attached patch. Patch applied to HEAD and REL8_0_STABLE. Thanks for the patch. Speaking of indefinite articles, there seems to be some inconsistency in using "a SQL ..." and "an SQL ..." throug

Re: [DOCS] create rule syntax

2005-05-20 Thread Neil Conway
Robert Treat wrote: Sorry I missed this before, but the first examples use of create rule on *object* rather than *table* seems like something important enough to keep, since obviously rules can be on more than just tables. I can't get too excited about this. CREATE RULE uses "table" as well, a

Re: [DOCS] create rule syntax

2005-05-20 Thread Robert Treat
On Thursday 19 May 2005 21:37, Neil Conway wrote: > Kris Jurka wrote: > > The manual shows slightly different variations for the create rule > > syntax here and here: > > > > http://www.postgresql.org/docs/8.0/static/rules-update.html > > http://www.postgresql.org/docs/8.0/static/sql-createrule.htm