Skip to content

Commit 39a26c9

Browse files
author
James William Pye
committed
Note column() addition.
1 parent 6e7738a commit 39a26c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

postgresql/documentation/changes-v1.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Changes in v1.1
99
the implementation did nothing to accommodate for.
1010
* Add support for unpacking anonymous records (Elvis)
1111
* Support PostgreSQL 9.2 (Elvis)
12+
* Add column execution method.

postgresql/documentation/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Prepared statement objects have a few execution methods:
569569
``Statement.declare(*parameters)``
570570
Create a scrollable cursor with hold. This returns a `postgresql.api.Cursor`
571571
ready for accessing random rows in the result-set. Applications that use the
572-
database to support paging should use this method to manage the view.
572+
database to support paging can use this method to manage the view.
573573

574574
``Statement.close()``
575575
Close the statement inhibiting further use.

0 commit comments

Comments
 (0)