"Itzinger, Oskar" <oitzinger(at)opec(dot)org> writes:
> CREATE TEMPORARY TABLE junk (col1 SERIAL, <more cols>)
> and check \ds, the implicitely created sequence is shown but \di doesn't
> show the implicitely created index.
\d and \di don't show temp tables and indexes.
The sequence object should be temp as well, but is not at the moment.
regards, tom lane