diff --git a/postgres/list-available-schemas.md b/postgres/list-available-schemas.md index 7ab1efa..86f211f 100644 --- a/postgres/list-available-schemas.md +++ b/postgres/list-available-schemas.md @@ -2,7 +2,7 @@ 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 -`public` will be listed whereas schemas `information_schema` and +`public` will be listed whereas schemas like `information_schema` and `pg_catalog` will not. You can use `\dnS` to also list system schemas.