On Sunday, November 15, 2020, Maksim Fomin <maxim(at)fomin(dot)one> wrote:
>
> > plsql -d tsvt
> psql (12.5)
> Type "help" for help.
>
> tsvt=# \dt+
> List of relations
> Schema | Name | Type | Owner | Size | Description
> --------+------+-------+----------+---------+-------------
> public | test | table | postgres | 0 bytes |
> (1 row)
>
> It should have tables 'trade', 'trade4' and some others.
>
What about?
\l+ (Letter “el”)
David J.