diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index c15188c3e00..dd50c4475da 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -302,7 +302,7 @@ $$ LANGUAGE plpythonu; <para> PostgreSQL <type>smallint</type> and <type>int</type> are converted to Python <type>int</type>. - PostgreSQL <type>bigint</type> is converted + PostgreSQL <type>bigint</type> and <type>oid</type> are converted to <type>long</type> in Python 2 and to <type>int</type> in Python 3. </para> |