Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> test=> \d
> No relations found.
> test=> \di
> No relations found.
> test=> \dS
> List of relations
> Name | Type | Owner
> ----------------+----------+----------
> ...
> pg_temp_5396_0 | sequence | postgres
> pg_temp_5396_1 | table | postgres
Hm. Shouldn't psql's \dS ignore temp items, since \d and \di do?
Otherwise this looks pretty good...
regards, tom lane