Re: Possible Bug regarding temp tables (sql or psql?) - Mailing list pgsql-sql

From Christopher Kings-Lynne
Subject Re: Possible Bug regarding temp tables (sql or psql?)
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEPICCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Possible Bug regarding temp tables (sql or psql?)  (Mark Frazer <mark@somanetworks.com>)
Responses Re: Possible Bug regarding temp tables (sql or psql?)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
IIRC they are only visible in the connection that created them?  Am I right?
Either way, I don't think \d will show them - there might be another
command...

Chris

> Any idea why the table can't be seen with \d in psql then?
>
> Christopher Kings-Lynne <chriskl@familyhealth.com.au> [02/07/04 00:21]:
> >
> > No - they go away at the end of a _connection_.  However, there is now a
> > patch floating around on -hackers that would add an ' ON COMMIT DROP;'
> > option to CREATE TEMP TABLE.





pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Boolean to int
Next
From: Bruce Momjian
Date:
Subject: Re: Possible Bug regarding temp tables (sql or psql?)