Re: BUG #15997: PgManager giving error while looking a table with PgV12

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15997: PgManager giving error while looking a table with PgV12
Дата
Msg-id 27042.1568054908@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15997: PgManager giving error while looking a table with PgV12  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> PgManager giving error while looking a table with PgV12.
> Error: column "consrc" does not exist.

Evidently PgManager needs to be updated to work with PG 12 ...
or, really, prior versions too, because that column was
deprecated for a long time before we finally removed it.
Use of the pg_get_constraintdef() function is preferable.

You'll need to pester the author of PgManager to fix it.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15997: PgManager giving error while looking a table with PgV12
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15804: Assertion failure when using logging_collector with EXEC_BACKEND