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

[pg] To support CREATE/DROP DATABASE #194

Open
VWagen1989 opened this issue Nov 21, 2024 · 0 comments
Open

[pg] To support CREATE/DROP DATABASE #194

VWagen1989 opened this issue Nov 21, 2024 · 0 comments
Labels
compatibility Be compatible with some old fashion request

Comments

@VWagen1989
Copy link
Contributor

postgres=# CREATE DATABASE IF NOT EXISTS "regression";
ERROR:  Parser Error: syntax error at or near "DATABASE" (errno 1105) (sqlstate HY000)
postgres=# DROP DATABASE IF EXISTS "regression";                                                                                                                                                                                                                                         ERROR:  Parser Error: syntax error at or near "DATABASE" (errno 1105) (sqlstate HY000)
@VWagen1989 VWagen1989 added bug Something isn't working compatibility Be compatible with some old fashion request labels Nov 21, 2024
@fanyang01 fanyang01 removed the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Be compatible with some old fashion request
Projects
None yet
Development

No branches or pull requests

2 participants