pgsql: Document the longstanding behavior of LIMIT NULL and OFFSET NULL,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document the longstanding behavior of LIMIT NULL and OFFSET NULL,
Date: 2009-02-02 20:42:57
Message-ID: 20090202204257.74FF17559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document the longstanding behavior of LIMIT NULL and OFFSET NULL,
per gripe from David Wheeler that this was mentioned nowhere.
In passing, editorialize a bit on the description of the SQL:2008
equivalent syntax.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
select.sgml (r1.119 -> r1.120)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=1.119&r2=1.120)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-02-03 00:59:26 pgsql: Add a failure check for syslogger's use of _beginthreadex(), and
Previous Message Tom Lane 2009-02-02 20:25:50 pgsql: Fix plpgsql to not treat INSERT INTO as an INTO-variables clause