"Kamp Kaibo Huang" <Kamp_kbh(at)hotmail(dot)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? ]