Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Postgres 12 due to use of obsolete and now-removed def.adsrc #763

Closed
chk-mk opened this issue Oct 5, 2019 · 1 comment

Comments

@chk-mk
Copy link

chk-mk commented Oct 5, 2019

Steps to reproduce this issue

  1. Try viewing a table on a postgres 12 DB

Current behavior

Nothing shown but errors in console:

ERROR: column def.adsrc does not exist

Expected behavior

Works.

Possible solution

Stop using adsrc or put a note that postgres 12 isn't supported.

See dbcli/pgcli#1058

Environment

  • HeidiSQL version:
    10.2.0.5599 at least but most likely all.
  • Database system and version:
    Postgres 12 beta1 and newer.
@ansgarbecker
Copy link
Collaborator

Using pg_get_expr(def.adbin, def.adrelid) from the next build on.

Thanks for the link to the pgcli issue - solution was easy this way.

@ansgarbecker ansgarbecker added this to the v10.3 milestone Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants