]> granicus.if.org Git - postgresql/commitdiff
Remove INV_ARCHIVE mention in python readme.
authorBruce Momjian <bruce@momjian.us>
Mon, 10 Sep 2001 04:21:14 +0000 (04:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 10 Sep 2001 04:21:14 +0000 (04:21 +0000)
src/interfaces/python/README

index 48ab7211005b7cc72691ecc3f66d7f4e102885a3..4a8a0d28d69db2ee08fd373227f4610ac43d7f97 100644 (file)
@@ -441,7 +441,7 @@ used as parameters for methods calls. You should refer to PostgreSQL user
 manual for more information about them. These constants are:
 
   - large objects access modes, used by (pgobject.)locreate and 
-    (pglarge.)open: (pg.)INV_READ, (pg.)INV_WRITE, (pg.)INV_ARCHIVE
+    (pglarge.)open: (pg.)INV_READ, (pg.)INV_WRITE
   - positional flags, used by (pglarge.)seek: (pg.)SEEK_SET, 
     (pg.)SEEK_CUR, (pg.)SEEK_END.
   - version and __version__ constants that give the current version.