create rule syntax - Mailing list pgsql-docs

From Kris Jurka
Subject create rule syntax
Date
Msg-id Pine.BSO.4.56.0505111420440.435@leary.csoft.net
Whole thread Raw
Responses Re: create rule syntax  (Neil Conway <neilc@samurai.com>)
List pgsql-docs
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 it shows how multiple actions are delimited:

(actions) vs. (command ; command ...)

Kris Jurka

Attachment

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Two points about docs
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Fwd: Bug#308535: postgresql-client: [psql] manual page does not document ~/.pgpass file