-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[YSQL] Support for CREATE SCHEMA with elements #10865
Comments
See Issue #8863 «[YB-Docs] example on “create schema” page fails». It describes the same underlying product bug. |
The test that's described below was run after starting my YB cluster with this YSQL configuration parameter setting:
The default for this parameter is false. And when the default setting is used, any 0A000 occurrence, that, below, is a warning and that I suppress by setting client_min_messages to error, is a genuine error—meaning that any statement that causes 0A000 rolls back and has no effect. I did the test using YB-2.17.0.0 (in a Ubuntu 22/04 VM). First save these metadata queries to a file:
Now do this:
Here are the results of the catalog queries. First:
Then:
|
This error is raised by https://github.com/stripe/pg-schema-diff |
Jira Link: DB-1252
Description
Currently the following syntax is not supported:
The text was updated successfully, but these errors were encountered: