Re: [DOCS] Create Rule syntax.

2006-03-16 Thread Kris Jurka
On Thu, 16 Mar 2006, Richard Broersma Jr wrote: Hopefully this is the correct list to post this message. I was comparing the rendering of the Create Rule Syntax regarding "(actions)" from the page: The diffences are not major. However, for a newbie like myself I felt the syntax of "(actio

[DOCS] Create Rule syntax.

2006-03-16 Thread Richard Broersma Jr
Hopefully this is the correct list to post this message. I was comparing the rendering of the Create Rule Syntax regarding "(actions)" from the page: http://www.postgresql.org/docs/8.0/interactive/rules-update.html CREATE RULE rule_name AS ON event TO object [WHERE rule_qualification] D

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

Re: [DOCS] create rule syntax

2005-05-19 Thread Neil Conway
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.html The attached patches makes the first look like the second. Applied, th

[DOCS] create rule syntax

2005-05-11 Thread Kris Jurka
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.html The attached patches makes the first look like the second. The key change is that i