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

Use pg_available_extensions() instead of pg_pltemplate for postgres 13 compatibility #227

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

joshcurtis
Copy link
Contributor

See #226

pg_pltemplate was removed in postgres 13. We can query from
pg_available_extensions() and join with pg_language to find out which
language extensions are installed.
https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.7.5.14

…3 compatibility

pg_pltemplate was removed in postgres 13. We can query from
pg_available_extensions() and join with pg_language to find out which
language extensions are installed.
https://www.postgresql.org/docs/13/release-13.html#id-1.11.6.7.5.14
@jmafc jmafc merged commit a96de39 into perseas:master Apr 7, 2021
jmafc added a commit that referenced this pull request Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants