question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When 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:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
atodorovcommented, Nov 10, 2021

@atodorov Do you think we should allow for hyphen?

If it doesn’t break anything then why not.

0reactions
Dresdncommented, Nov 11, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

name - Property - Schema.org
Schema.org Property: name - The name of the item.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found