Hello, i have an error. I use postgres, node js(sequelize) and via SQL request i can select my tables in db. Datas record in db and server works without problem. Help me, please.
'Unable to select the table'
"The adsrc field is historical, and is best not used, because it does not track outside changes that might affect the representation of the default value. Reverse-compiling the adbin field (with pg_get_expr for example) is a better way to display the default value."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is postgresql 12 bug ...
This is not a bug. See my comment.
It's not a postgresql bug - it's been removed in V 12.
In fact, the release notes for V12 say:
Source: https://www.postgresql.org/docs/release/12.0/
It exists up to V11:
https://www.postgresql.org/docs/11/catalog-pg-attrdef.html
For V12:
https://www.postgresql.org/docs/12/catalog-pg-attrdef.html
From old the Postgres docs:
I fixed this on the github repo, not sure how to ad a PR here: https://github.com/vrana/adminer/pull/367
I'm sorry, but there is still error
Last edit: dubovitsky oleg 2019-10-22
Merged, thanks.