Skip to content

Commit c42c698

Browse files
committed
Fix a typo in the latest til
1 parent 343b712 commit c42c698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/list-available-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use the `\dn` command within a `psql` session to list the available schemas.
44
This will only included user created schemas. This means that schemas like
5-
`public` will be listed whereas schemas `information_schema` and
5+
`public` will be listed whereas schemas like `information_schema` and
66
`pg_catalog` will not.
77

88
You can use `\dnS` to also list system schemas.

0 commit comments

Comments
 (0)