BUG #12679: temprary table not exists when close session and reconnect

From: ousema2003(at)yahoo(dot)fr
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12679: temprary table not exists when close session and reconnect
Date: 2015-01-27 11:02:06
Message-ID: 20150127110206.19763.92390@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12679
Logged by: temprary table not exists when close session and reconnect
Email address: ousema2003(at)yahoo(dot)fr
PostgreSQL version: 9.2.0
Operating system: linux x86 64 / centos 5.9
Description:

in fact i created a temprary table as floowing :
create temp table a_temp(name varchar);

then insert some rows and later when i reconnect with psql program,

the temp table i created earlier, doesn't exists .

please advice how can i deal with this issue ?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Francisco Olarte 2015-01-27 11:11:15 Re: BUG #12679: temprary table not exists when close session and reconnect
Previous Message Stefan Kaltenbrunner 2015-01-27 07:27:02 Re: PostgreSQL for Odroid