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

Поиск
Список
Период
Сортировка
От ousema2003@yahoo.fr
Тема BUG #12679: temprary table not exists when close session and reconnect
Дата
Msg-id 20150127110206.19763.92390@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #12679: temprary table not exists when close session and reconnect  (Francisco Olarte <folarte@peoplecall.com>)
Список 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@yahoo.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 ?

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: PostgreSQL for Odroid
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: BUG #12679: temprary table not exists when close session and reconnect