Is there a way to list tables in a particular schema or even in all schemas? \d and \dt seem to only return user tables in the sys schema.
Also, what does \ds return?
I have
\dS system tables
\dt user tables
\dv views
\ds ?????
\df functions
\dn schemas
Best,