[Help] Temporary Table: Implicitely created index not shown in \d i - Mailing list pgsql-general

From Itzinger, Oskar
Subject [Help] Temporary Table: Implicitely created index not shown in \d i
Date
Msg-id FD2A5FEE4C3AD511A77B00508BB8538A01198D@OPECEXCH
Whole thread Raw
Responses Re: [Help] Temporary Table: Implicitely created index not shown in \d i  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [Help] Temporary Table: Implicitely created index not shown in \d i  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
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't
show
the implicitely created index.

Why ???

Thanks.

/oskar



pgsql-general by date:

Previous
From: Michael Meskes
Date:
Subject: Re: embedded SQL cursos declare fails
Next
From: Penguin
Date:
Subject: front ends for postgres under linux