Re: 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]> |
On Thursday 10 January 2008 08:58:47 pm johnf wrote:
> 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'
Please dis-regard. I am able to create a simple case where the above works.
So it has to be something with my code.
--
John Fabiani