mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Display a note as a note in the cursor.lastrowid docs
This commit is contained in:
parent
1f7774bd4e
commit
d263ecfee7
|
@ -357,10 +357,12 @@ The ``cursor`` class
|
||||||
last operation is not a single record insert, the attribute is set to
|
last operation is not a single record insert, the attribute is set to
|
||||||
``None``.
|
``None``.
|
||||||
|
|
||||||
PostgreSQL currently advices to not create OIDs on the tables and the
|
.. note::
|
||||||
default for |CREATE-TABLE|__ is to not support them. The
|
|
||||||
|INSERT-RETURNING|__ syntax available from PostgreSQL 8.3 allows more
|
PostgreSQL currently advices to not create OIDs on the tables and
|
||||||
flexibility.
|
the default for |CREATE-TABLE|__ is to not support them. The
|
||||||
|
|INSERT-RETURNING|__ syntax available from PostgreSQL 8.3 allows
|
||||||
|
more flexibility.
|
||||||
|
|
||||||
.. |CREATE-TABLE| replace:: :sql:`CREATE TABLE`
|
.. |CREATE-TABLE| replace:: :sql:`CREATE TABLE`
|
||||||
.. __: http://www.postgresql.org/docs/9.0/static/sql-createtable.html
|
.. __: http://www.postgresql.org/docs/9.0/static/sql-createtable.html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user