"Kamp Kaibo Huang" <[EMAIL PROTECTED]> 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? ]

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to