-
Notifications
You must be signed in to change notification settings - Fork 60
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
only pgjwt version 0.1.1 is available for installation on PostgreSQL 9.6 #23
Comments
no problem installing the extension on PostgreSQL 10, 11, 12, 13, 14, and 15
|
Personally, whenever I have to deal with PostgreSQL 9.6 I add the pgjwt--0.2.0.sql to Makefile:
Seems like anything above PostgreSQL 9.6 knows how to deal with intermediate files only. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error installing pgjwt 0.2.0 the extension on PostgreSQL 9.6
Although there is a file "
pgjwt--0.1.1--0.2.0.sql
", we can only install version0.1.1
lists the specific extension versions that are available for installation.
And we can update the extension to version 0.2.0
I expect there will be an option to install the latest version with the command
CREATE EXTENSION pgjwt;
The text was updated successfully, but these errors were encountered: