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

Commits on Apr 7, 2021

  1. Use pg_available_extensions() instead of pg_pltemplate for postgres 1…

    …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
    joshcurtis committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    520cb86 View commit details
    Browse the repository at this point in the history