Schema name
See original GitHub issueWhen I create a schema, I have noticed that it does not accept non [a-z][0-9_
characters, but when you look at the PostgreSQL Schema Create docs there is no reason why it shouldn’t. In fact I created schema manually with the name my-test-schema_933333
and I had no problem.
Are you able to look into this? Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
What is a Schema in SQL? Create, Alter, Drop ... - Edureka
The username of a database is called a Schema owner (owner of logically grouped structures of data). Schema always belong to a single...
Read more >SCHEMA_NAME (Transact-SQL) - SQL Server - Microsoft Learn
SCHEMA_NAME returns names of system schemas and user-defined schemas. SCHEMA_NAME can be called in a select list, in a WHERE clause, and ...
Read more >What Is a Schema? | Managing Database Objects in SQL
This username is called the schema owner, or the owner of the related group of objects. You may have one or multiple schemas...
Read more >What Is a Schema in SQL and Advantages of Using Schema
In a SQL database, a schema is a list of logical structures of data. A database user owns the schema, which has the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If it doesn’t break anything then why not.
The lexical docs (while is the v13, same constraints go back to at least v9) call out what can and can’t be done, and do make a note about quoted identifiers. Nice thing is that the schema is already being quoted by the project.