pgsql: Add FETCH/MOVE: < * Change LIMIT/OFFSET to use int8 > * Change

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add FETCH/MOVE: < * Change LIMIT/OFFSET to use int8 > * Change
Date: 2005-02-01 04:56:53
Message-ID: 20050201045653.BF92A8B9CE1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add FETCH/MOVE:

< * Change LIMIT/OFFSET to use int8
> * Change LIMIT/OFFSET and FETCH/MOVE to use int8

Modified Files:
--------------
pgsql/doc:
TODO (r1.1436 -> r1.1437)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1436&r2=1.1437)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-01 19:35:15 pgsql: Adjust plpgsql to allow assignment to an element of an array that
Previous Message Bruce Momjian 2005-02-01 04:54:43 pgsql: Add: > * Allow GRANT/REVOKE permissions to be inherited by