diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2001-05-15 13:28:56 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2001-05-15 13:28:56 +0000 |
commit | 9478206d32002c9c0f1dcff4890dd1eda2aeeea3 (patch) | |
tree | b9d19884e2f080969fa242cce6a55c1a072bd1c0 /src | |
parent | fdbfe1c68e03dc57d956f0b47bf22c39bb30b0b4 (diff) | |
download | postgresql-9478206d32002c9c0f1dcff4890dd1eda2aeeea3.tar.gz postgresql-9478206d32002c9c0f1dcff4890dd1eda2aeeea3.zip |
Fix small thinko.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/python/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/README b/src/interfaces/python/README index 0a22e9752b2..0aae21c83ba 100644 --- a/src/interfaces/python/README +++ b/src/interfaces/python/README @@ -548,7 +548,7 @@ methods are specified by the tag [LO]. pg.error - invalid previous result, or invalid connection Description: This method allows to find a field name from its rank number. It can be - useful for displaying a result. The fields are in the same order than the + useful for displaying a result. The fields are in the same order as the result values. Syntax: fieldnum(name) |