[PyGreSQL] inserttable and get_tables syntax question
Christoph Zwerschke
cito at online.de
Wed Apr 19 03:19:01 EDT 2006
> 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
More information about the PyGreSQL
mailing list