Author: cito Date: Tue Sep 4 07:01:24 2012 New Revision: 445 Log: Forgot to remove parameter in documentation at r391.
Modified: trunk/docs/pg.txt Modified: trunk/docs/pg.txt ============================================================================== --- trunk/docs/pg.txt Sun May 13 09:18:45 2012 (r444) +++ trunk/docs/pg.txt Tue Sep 4 07:01:24 2012 (r445) @@ -946,12 +946,11 @@ ------------------------------------------- Syntax:: - insert(table, [d,] [return_changes,] [key = val, ...]) + insert(table, [d,] [key = val, ...]) Parameters: :table: name of table :d: optional dictionary of values - :return_changes: Return values in new row - default True Return type: :dictionary: The dictionary of values inserted _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
