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

Adds support for pg CREATE EXTENSION #1078

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

tobyhede
Copy link
Contributor

CREATE EXTENSION [ IF NOT EXISTS ] extension_name
    [ WITH ] [ SCHEMA schema_name ]
             [ VERSION version ]
             [ CASCADE ]

Fixes: #1066

@coveralls
Copy link

coveralls commented Dec 31, 2023

Pull Request Test Coverage Report for Build 7374240059

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.009%) to 87.849%

Totals Coverage Status
Change from base Build 7370962826: -0.009%
Covered Lines: 18681
Relevant Lines: 21265

💛 - Coveralls

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great -- thank you (again!) @tobyhede

@alamb
Copy link
Contributor

alamb commented Dec 31, 2023

This PR appears to need to have some conflicts resolved but then we can merge it 👍

@alamb alamb merged commit 0be42ee into apache:main Jan 2, 2024
10 checks passed
@tobyhede tobyhede deleted the pg-create-extension branch August 27, 2024 05:10
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.

doesn't parse pgcrypto
3 participants