am I doing something wrong or is this a bug
johnf <jfabiani-rLSQ/[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
tempCursor.execute("Select pg_get_serial_sequence('%s','%s') as seq " %
('public.arcust','pkid'))
rs = tempCursor.fetchall()
rs
[(None,)]
it should return 'public.arcust_pkid_seq'
--
John Fabiani