Re: BUG #1356: pg_get_serial_sequence can not find a table that existing. - Mailing list pgsql-www

From Tom Lane
Subject Re: BUG #1356: pg_get_serial_sequence can not find a table that existing.
Date
Msg-id 28605.1103815825@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1356: pg_get_serial_sequence can not find a table that existing.  ("Kamp Kaibo Huang" <Kamp_kbh@hotmail.com>)
List pgsql-www
"Kamp Kaibo Huang" <Kamp_kbh@hotmail.com> writes:
> select pg_get_serial_sequence('tTestTableAnother','FId')
> ERROR:  relation "ttesttableanother" does not exist

I think you need

select pg_get_serial_sequence('"tTestTableAnother"','"FId"');

            regards, tom lane

[ could we please get the bug form fixed to route bugs to the right list? ]

pgsql-www by date:

Previous
From: Robert Treat
Date:
Subject: Changing the developers page
Next
From: "Dave Page"
Date:
Subject: Re: Changing the developers page