diff --git a/postgres/change-the-current-directory-for-psql.md b/postgres/change-the-current-directory-for-psql.md index e5bb620..9f34878 100644 --- a/postgres/change-the-current-directory-for-psql.md +++ b/postgres/change-the-current-directory-for-psql.md @@ -13,10 +13,10 @@ these commands will do the following: ```sql \! pwd -/home +-- /home \cd sql \! pwd -/home/sql +-- /home/sql ``` The `\cd` meta-command even supports tab completion relative to the current