pgsql: Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.
Date: 2005-04-22 04:20:44
Message-ID: 20050422042044.3079F53716@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.

Document that FOR UPDATE and LIMIT together can return fewer rows that
LIMIT specifies, and why.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
select.sgml (r1.83 -> r1.84)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml.diff?r1=1.83&r2=1.84)

Browse pgsql-committers by date

  From Date Subject
Next Message User Shachar 2005-04-22 08:50:20 oledb - oledb: First attempt to solve the varchar length report bug
Previous Message Bruce Momjian 2005-04-22 04:19:03 pgsql: Clarify that only crypt can't use md5 pg_shadow passwords.