1
0
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:
jbranchaud
2016-01-28 10:14:17 -06:00
parent 63d356a694
commit 39f6402b7e

View File

@@ -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*
error.
```
```sql
> create schema pg_cannot_do_this;
ERROR: unacceptable schema name "pg_cannot_do_this"
DETAIL: The prefix "pg_" is reserved for system schemas.