TODO list for PostgreSQL
========================
-Last updated: Sat May 6 23:21:34 EDT 2000
+Last updated: Thu May 11 12:47:33 EDT 2000
* Allow international error message support and add error codes
* Add ability to specifiy location of lock/socket files [flock]
* Unify configuration into one configuration file (Peter E)
+* use setproctitle() if it exists for 'ps' display of status
TYPES
Refer to the introduction in this manual or to the
+
http://www.postgresql.org">Postgres web page
for subscription information to the no-cost mailing lists.
The
+
www.postgresql.org">Postgres
web site might have some information not appearing in the distribution.
There is a
mhonarc catalog of mailing list traffic
which is a rich resource for many topics.
1999-07-20
-FETCH [ selector ] [ count ] { IN | FROM } cursor
-FETCH [ RELATIVE ] [ { [ # | ALL | NEXT | PRIOR ] } ] FROM ] cursor
+FETCH [ direction ] [ count ] { IN | FROM } cursor
+FETCH [ FORWARD | BACKWARD | RELATIVE ] [ # | ALL | NEXT | PRIOR ] { IN | FROM } cursor
- selector
+ direction
selector
1999-07-20
-MOVE [ selector ] [ count ]
+MOVE [ direction ] [ count ]
{ IN | FROM } cursor