We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343b712 commit c42c698Copy full SHA for c42c698
postgres/list-available-schemas.md
@@ -2,7 +2,7 @@
2
3
Use the `\dn` command within a `psql` session to list the available schemas.
4
This will only included user created schemas. This means that schemas like
5
-`public` will be listed whereas schemas `information_schema` and
+`public` will be listed whereas schemas like `information_schema` and
6
`pg_catalog` will not.
7
8
You can use `\dnS` to also list system schemas.
0 commit comments