Update SGML for FETCH and url's.
authorBruce Momjian
Thu, 11 May 2000 17:32:33 +0000 (17:32 +0000)
committerBruce Momjian
Thu, 11 May 2000 17:32:33 +0000 (17:32 +0000)
doc/TODO
doc/src/sgml/contacts.sgml
doc/src/sgml/info.sgml
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/move.sgml

index 23c904e05874586f67ed539c95cb1a5cca56955b..ac4fc8d186c437fe92e63ec44d59810cc19b2409 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Sat May  6 23:21:34 EDT 2000
+Last updated:      Thu May 11 12:47:33 EDT 2000
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -70,6 +70,7 @@ ADMIN
 * 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
 
index bb82e53a2c91d126ab5845901c6eaa93f0503c8b..63af00359095a622f23ae642dde3e5c9728fa977 100644 (file)
@@ -13,7 +13,7 @@ and the mailing lists themselves.
 
 
 Refer to the introduction in this manual or to the
-Postgres web page
+http://www.postgresql.org">Postgres web page
  for subscription information to the no-cost mailing lists.
 
 
index 7c479b1c864c7ffff7f2039bc097f1e60b9b61eb..11a2105c9d4f1f17ce788b859a087e2c15275d0e 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -112,7 +112,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.7 2000/05/11 15:18:13 thomas
    
     
      The
-     Postgres
+     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.
index 99b90a203b14f0626a1f09e26996b851c3d1a63f..89b3831b59838e0e51b8fc4a780bd419f015ac67 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -23,8 +23,8 @@ Postgres documentation
    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
   
 
   
@@ -38,7 +38,7 @@ FETCH [ RELATIVE ] [ { [ # | ALL |
 
     
      
-      selector
+      direction
       
        
    selector
index fd87192dc7874a79ae9ef3236fd43dfed8d0a423..f42f738f777c0028f428feab9931d01188a42052 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -23,7 +23,7 @@ Postgres documentation
    1999-07-20
   
   
-MOVE [ selector ] [ count ] 
+MOVE [ direction ] [ count ] 
     { IN | FROM } cursor