[Evergreen-general] Cannot find PosrgeSQL relations
Jason Stephenson
jason at sigio.com
Sat Nov 9 07:33:10 EST 2024
Hi, Dashamir!
Evergreen uses PostgreSQL schemas:
https://www.postgresql.org/docs/17/ddl-schemas.html
I'm pretty sure that `\dt` without any arguments will only show
relations in the current schema. That is the `public` schema by default.
You can get a list of schemas by using the `\dn` command in psql.
If you want to get a list of relations in a particular schema, action
for example, you can specify the schema name, and depending on your psql
version, `.*`:
\dt action.*
Hope that helps,
Jason Stephenson
More information about the Evergreen-general
mailing list