> So I was a little confused about the command syntax and params. > I got the above connection sample off the pygresql.org site, > and since the query worked I was lost when the get_ functionality > was not available.
You were using a connection object which is on a lower level. Only instances of the DB wrapper class have these additional functions. See also http://www.pygresql.org/pg.html for detailed information.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
