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

_______________________________________________
Evergreen-general mailing list
[email protected]
http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Reply via email to