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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: nwakde(at)entrata(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15997: PgManager giving error while looking a table with PgV12
Date: 2019-09-09 18:48:28
Message-ID: 27042.1568054908@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-09-09 19:35:23 Re: BUG #15804: Assertion failure when using logging_collector with EXEC_BACKEND
Previous Message PG Bug reporting form 2019-09-09 18:33:19 BUG #15997: PgManager giving error while looking a table with PgV12