Re: Checking existence of temporary table

Поиск
Список
Период
Сортировка
От ranavikas@gmail.com (Vikas Rana)
Тема Re: Checking existence of temporary table
Дата
Msg-id 7889b359.0407292159.2f5fdb30@posting.google.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Joe Lester
Дата:
Сообщение: shared_buffers Question
Следующее
От: Alec Feuerstein
Дата:
Сообщение: Bulk Copy