0
I went to create a new postgres bank via Docker using image: 'postgres:alpine'
and with it he took the latest version (12.0).
When opening the bank with Postbird (which has this bug) and trying to open a table, gave the message:
0.8.2 - column "relhasoids" does not exist
and wouldn’t let the table open.
Note that it is not a Postgresql bug, this field was removed from the pg_class table of the system catalog in version 12. The bug is in Postbird that did not make the necessary modification.
– anonimo
Exactly, I’ll fix it. One problem that I found strange is that the tables fields were not visible in another manager (Heidisql), and became visible after changing the postgres version
– Hugo L.F.
I was having the same problem, I downgraded the Postgres to version 11 on my Docker and solved.
– Thiago Leal
The issue was closed because it is a bug in application (caused by lack of update), and not an author’s programming problem.
– Bacco
@Bacco this does not fit into a problem of "common tools among programmers"?
– Hugo L.F.
@Hugol.F. common tool among programmers if it were in relation to use under normal conditions. Note that even closed, the question will remain a reasonable time on the site, enough to be consulted in similar cases, but is a temporary solution. The main objective of the site is to be a repository of knowledge about programming, in the form of questions and answers that serve a wide audience. Support issues or occasional problems end up slipping away a bit from the goal, and note that in the case, it would be a matter of reading the documentation and seeing what has changed (maybe that’s why the negatives).
– Bacco
Note that anyone who understands differently can vote to reopen, and with a few votes the community itself can open the post without relying on moderator. Still, there is the site [meta], which has extensive discussions on the procedures of the site, and you can question the situation for the community to evaluate as a whole.
– Bacco