diff --git a/aut_docs/Installation_Setup.md b/aut_docs/Installation_Setup.md index 4faf0ba..aa2e7d9 100644 --- a/aut_docs/Installation_Setup.md +++ b/aut_docs/Installation_Setup.md @@ -123,8 +123,14 @@ - To view a list of tables for the `vms` database, run this command under the postgres client ``` \dt - ``` - We can now manipulate the database by running the appropriate sql commands under this postgres client. + ``` + Note: In case you get an error `Did not find any relations`, then run the following command + ``` + \dt[S+] + ``` + We can now manipulate the database by running the appropriate sql commands under this postgres client. + + - Exit the postgres client using ```