Postgres session

Поиск
Список
Период
Сортировка
От Bernie Huang
Тема Postgres session
Дата
Msg-id 3A1443D8.94C0D8E1@ec.gc.ca
обсуждение исходный текст
Список pgsql-general
Hi,

Is the session between pg_connect() and pg_close() a postgres session?
I am using "select * into temp table temp_table from ...;" to create a
temp table, and I thought it should be drop upon pg_close().

    In fact it is dropped when I check it using psql or pgaccess
(there's no such relation as temp_table); however, upon reloading the
page, a postgres error showed up: "PostgresSQL query failed:  ERROR:
Relation 'temp_table' already exists".  What's wrong here?  Thank you.


- Bernie

Вложения

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

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: Trouble With Strings
Следующее
От: Karl DeBisschop
Дата:
Сообщение: Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL