From: D'Arcy J.M. Cain Date: Tue, 15 May 2001 13:28:56 +0000 (+0000) Subject: Fix small thinko. X-Git-Tag: REL7_2_BETA1~1278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9478206d32002c9c0f1dcff4890dd1eda2aeeea3;p=postgresql Fix small thinko. --- diff --git a/src/interfaces/python/README b/src/interfaces/python/README index 0a22e9752b..0aae21c83b 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)