Hi,
I'm running v7.1.2. In psql, if I
CREATE TEMPORARY TABLE junk (col1 SERIAL, <more cols>)
and check \ds, the implicitely created sequence is shown but \di doesn'tshowthe implicitely created index.
Why ???
Thanks.
/oskar