mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Fix a typo in the latest til
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Use the `\dn` command within a `psql` session to list the available schemas.
|
Use the `\dn` command within a `psql` session to list the available schemas.
|
||||||
This will only included user created schemas. This means that schemas like
|
This will only included user created schemas. This means that schemas like
|
||||||
`public` will be listed whereas schemas `information_schema` and
|
`public` will be listed whereas schemas like `information_schema` and
|
||||||
`pg_catalog` will not.
|
`pg_catalog` will not.
|
||||||
|
|
||||||
You can use `\dnS` to also list system schemas.
|
You can use `\dnS` to also list system schemas.
|
||||||
|
|||||||
Reference in New Issue
Block a user