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

Started by PG Bug reporting formover 6 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 15997
Logged by: Netaji Wakde
Email address: nwakde@entrata.com
PostgreSQL version: 12beta1
Operating system: Windows 10
Description:

PgManager giving error while looking a table with PgV12.

Error: column "consrc" does not exist.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: BUG #15997: PgManager giving error while looking a table with PgV12

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