File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments