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" <Kamp_kbh@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Changing the developers page
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Changing the developers page