mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add sql as code block style
This commit is contained in:
@@ -6,7 +6,7 @@ let you do that. It reserves the `pg_` prefix for system schemas. If you try
|
|||||||
to create a schema in this way, you'll get an *unacceptable schema name*
|
to create a schema in this way, you'll get an *unacceptable schema name*
|
||||||
error.
|
error.
|
||||||
|
|
||||||
```
|
```sql
|
||||||
> create schema pg_cannot_do_this;
|
> create schema pg_cannot_do_this;
|
||||||
ERROR: unacceptable schema name "pg_cannot_do_this"
|
ERROR: unacceptable schema name "pg_cannot_do_this"
|
||||||
DETAIL: The prefix "pg_" is reserved for system schemas.
|
DETAIL: The prefix "pg_" is reserved for system schemas.
|
||||||
|
|||||||
Reference in New Issue
Block a user