Re: BUG #1356: pg_get_serial_sequence can not find a table that existing.
От
Tom Lane
Тема
Re: BUG #1356: pg_get_serial_sequence can not find a table that existing.
Дата
Msg-id
28605.1103815825@sss.pgh.pa.us
Ответ на
BUG #1356: pg_get_serial_sequence can not find a table that existing. (Kamp Kaibo Huang)
Список
Дерево обсуждения
Re: BUG #1356: pg_get_serial_sequence can not find a table that existing. "Dave Page" <dpage@vale-housing.co.uk>
"Kamp Kaibo Huang" 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 по дате отправления