From 9d9b880addef14fd216d3cdc5ca652f8433ccf05 Mon Sep 17 00:00:00 2001 From: Shipra Verma <66299533+Aaishpra@users.noreply.github.com> Date: Wed, 2 Sep 2020 08:30:48 +0530 Subject: [PATCH 1/2] Add \dt[S+] command if the exsisting one fails --- aut_docs/Installation_Setup.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aut_docs/Installation_Setup.md b/aut_docs/Installation_Setup.md index 4faf0ba..be835d2 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 ``` From b6e40190d6092572a048aefea58fbd9eabb13590 Mon Sep 17 00:00:00 2001 From: Shipra Verma <66299533+Aaishpra@users.noreply.github.com> Date: Wed, 2 Sep 2020 08:44:59 +0530 Subject: [PATCH 2/2] Removing extra spaces --- aut_docs/Installation_Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aut_docs/Installation_Setup.md b/aut_docs/Installation_Setup.md index be835d2..aa2e7d9 100644 --- a/aut_docs/Installation_Setup.md +++ b/aut_docs/Installation_Setup.md @@ -128,8 +128,8 @@ ``` \dt[S+] ``` - - We can now manipulate the database by running the appropriate sql commands under this postgres client. + We can now manipulate the database by running the appropriate sql commands under this postgres client. + - Exit the postgres client using