pgsql: Use FROM clause in example UPDATE commands where appropriate.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use FROM clause in example UPDATE commands where appropriate.
Date: 2006-12-27 16:07:36
Message-ID: 20061227160736.CCD189FA311@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use FROM clause in example UPDATE commands where appropriate. Also
remove long-obsolete statement that there isn't a check for infinite
recursion in view rules.

Modified Files:
--------------
pgsql/doc/src/sgml:
rules.sgml (r1.47 -> r1.48)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml.diff?r1=1.47&r2=1.48)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-12-27 16:07:42 pgsql: Use FROM clause in example UPDATE commands where appropriate.
Previous Message Tom Lane 2006-12-27 16:04:47 pgsql: Fix broken markup.