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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.
Date
Msg-id 20050422042044.3079F53716@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Clarify that only crypt can't use md5 pg_shadow passwords.
Next
From: shachar@pgfoundry.org (User Shachar)
Date:
Subject: oledb - oledb: First attempt to solve the varchar length report bug