create rule syntax

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: create rule syntax
Date: 2005-05-11 19:23:00
Message-ID: Pine.BSO.4.56.0505111420440.435@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
rule-syntax.patch text/plain 1.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Martin Pitt 2005-05-12 20:43:26 Fwd: Bug#308535: postgresql-client: [psql] manual page does not document ~/.pgpass file
Previous Message Bruce Momjian 2005-05-11 14:05:20 Re: Two points about docs