Re: display temp table structure?

From: Limin Liu <limin(at)pumpkinnet(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: display temp table structure?
Date: 2001-03-12 22:44:41
Message-ID: 3AAD5159.B55CE20A@pumpkinnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian wrote:

> [ Charset ISO-8859-1 unsupported, converting... ]
> >
> > I was trying to check my temp table structure, but failed (7.1 beta4)
> > and I found the following item in the TODO list (without '-').
> >
> > * allow psql \d to show temporary table structure
> >
> > Is there any workaround or equivalent SQL available at this moment?
>
> You can do a \dS in psql and find the correct pg_temp* table.

Thanx Bruce

What I found is something like pg_temp.25865.0. Do we have some kind of
mapping table between the "real temp table name" and pg_temp*. If there
are more than one temp tables, I need a way to differentiate them.

Thanks for your help

--
LM.Liu

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Feite Brekeveld 2001-03-12 22:45:13 please some help on trigger creation
Previous Message KuroiNeko 2001-03-12 22:42:56 Re: Postrges automatic restart