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

Support CREATE EXTENSION in postgres #389

Open
yogurtearl opened this issue May 2, 2022 · 1 comment
Open

Support CREATE EXTENSION in postgres #389

yogurtearl opened this issue May 2, 2022 · 1 comment
Labels

Comments

@yogurtearl
Copy link

Dialect

PostgreSQL

Failing SQL

CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

CREATE EXTENSION hstore SCHEMA addons;

Description

As described here:
https://www.postgresql.org/docs/10/sql-createextension.html

note the difference between v10 and v14:
https://www.postgresql.org/docs/14/sql-createextension.html

@yogurtearl yogurtearl added the bug label May 2, 2022
@griffio
Copy link
Contributor

griffio commented Aug 19, 2023

👯‍♂️ Duplicate of sqldelight/sqldelight#4474
PostgreSql dialect specific that may require more support (For example there is no CREATE SCHEMA yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants