aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-09-10 04:21:14 +0000
committerBruce Momjian <bruce@momjian.us>2001-09-10 04:21:14 +0000
commitda1696b5c1961fc5406869bc3f9bf9009c847f8e (patch)
tree3848dc21a7f76fd206cbca1bf3420fb98124a82a /src/interfaces/python
parent39d1169939bc844ab7f60e5eb556c1a2c83947fb (diff)
downloadpostgresql-da1696b5c1961fc5406869bc3f9bf9009c847f8e.tar.gz
postgresql-da1696b5c1961fc5406869bc3f9bf9009c847f8e.zip
Remove INV_ARCHIVE mention in python readme.
Diffstat (limited to 'src/interfaces/python')
-rw-r--r--src/interfaces/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/README b/src/interfaces/python/README
index 48ab7211005..4a8a0d28d69 100644
--- a/src/interfaces/python/README
+++ b/src/interfaces/python/README
@@ -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.