Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Add more command to view list of tables for the vms database if existing one fails #1076

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions aut_docs/Installation_Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down