Re: temporary table oddity

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: temporary table oddity
Дата
Msg-id m3k7er47oy.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на temporary table oddity  (jwsacksteder@ramprecision.com)
Список pgsql-general
jwsacksteder@ramprecision.com writes:

> 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.

Postgres 7.3, right?

That's a schema, not a table.  The temporary table is in that schema.

You shouldn't need to do anything special, though.  What are you
doing, exactly, and what error do you get?

-Doug

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

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: Getting Network Statistics
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: ssl