Display a note as a note in the cursor.lastrowid docs

This commit is contained in:
Daniele Varrazzo 2011-02-19 00:52:26 +00:00
parent 1f7774bd4e
commit d263ecfee7

View File

@ -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