-
Notifications
You must be signed in to change notification settings - Fork 32
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
PostgreSQL 14 compatibility #17
Comments
@allentc , Does it fully work with postgresql 14? I tested maximum only |
I don't know. I created the issue in the hope that anyone doing active development might test it and create a merge request. |
Hi, |
I did use the current version in this fork with PostgreSQL 14 without issues (except the warning about the version when connecting), but I did not use all the features. Two questions:
|
Many people use dbeaver, pgadmin 4+ and dbvis dbvisualizer for new features of PostgreSQL. But I may be wrong. |
I just found an actual incompatibility: A rather trivial query turned out to have this query plan and pgAdmin3 could not parse all elements. There was no crash, just question marks for the unknown elements and a warning/error when clicking on them.
So it would seem there is still some work to do before pgAdmin3 is actually compatible with Postgres14. |
If you're looking to keep this going (and 15 will be coming along soon), it wouldn't hurt to let it run on the latest version, even if some features are not yet fully supported, as long as it doesn't cause data to be corrupted. The full list of changes seems to be short and seemingly backwards-compatibke (though I don't know if the Sphinx path need an ifdef or similar). |
Last year @philip-bonev did some work to allow PostgreSQL 14 compatibility. No pull request was offered. Should this work be incorporated into this repo?
The changes can be found here.
The text was updated successfully, but these errors were encountered: