On Wed, 16 Sep 2009 13:33:03 -0400 Tim Callaghan <[email protected]> wrote: > Thanks, that is working. How then do I get back a dictionary of all final > column values?
That's what the return value should be. Note that this only works if the user has read permissions on the table. While unusual, it is possible to have write but not read permissions. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
