-
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
[YB-Docs] example on "create schema" page fails #8863
Comments
OK. The code block shown above is not the only one that causes an error. The very first (without that silly prompt) is spelled thus:
Obviously this is wrong too. It should be |
This looks like a bug in Doc or DB, and definitely not a platform bug. |
@hsiaosu-yb This is not (just) a doc bug, it's missing functionality in the database. But you're correct that it's definitely not a platform issue. |
See Issue #10865 «[YSQL] Support for CREATE SCHEMA with elements». It describes the same underlying product bug. |
Jira Link: DB-2056
Following example for "Create a schema and an object within that schema." section fails (on this page)
Additional problems...
Step 1, "Create a schema" should be
IF NOT EXISTS
(notEXIST
)And, this step fails:
The text was updated successfully, but these errors were encountered: