temporary table oddity

Поиск
Список
Период
Сортировка
От jwsacksteder@ramprecision.com
Тема temporary table oddity
Дата
Msg-id 71650A6F73F1D411BE8000805F65E3CB3B319B@SRV-03
обсуждение исходный текст
Ответы Re: temporary table oddity  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
If I try to make a temporary table like this-

create temporary table current_inventory AS
select * from inventory where qty > 0

- I get a table called 'pg_temp_4473_0' instead of my specified name.

What gives? Why did this stop working for me?

(Please respond directly to me. I'm not currently subscribed)

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

Предыдущее
От: "Jessie Hui"
Дата:
Сообщение: Re: About tcp connection
Следующее
От: "Frederic S"
Дата:
Сообщение: Problems with deleting data.