Re: Checking existence of temporary table - Mailing list pgsql-general

From ranavikas@gmail.com (Vikas Rana)
Subject Re: Checking existence of temporary table
Date
Msg-id 7889b359.0407292159.2f5fdb30@posting.google.com
Whole thread Raw
List pgsql-general
Well, I solved it myself after some more debugging!!

Turns out that different connections were being used for creating the
temporary tables and checking the existence of the table. Temporary
tables, being connection specific, are not visible across connections.
The temporary tables, like all other tables, are also listed in
pg_tables.

Sorry for the trouble folks!!

Regards,

Vikas

pgsql-general by date:

Previous
From: Joe Lester
Date:
Subject: shared_buffers Question
Next
From: Alec Feuerstein
Date:
Subject: Bulk Copy