Re: [GENERAL] Creating a temporary table isn't working

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Creating a temporary table isn't working
Дата
Msg-id 199911100046.TAA23421@candle.pha.pa.us
обсуждение исходный текст
Ответ на Creating a temporary table isn't working  ("Darvin Zuch" <darvin.zuch@autoprofile.com>)
Список pgsql-general
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Good Morning All!
>
> Really simple question.
> I put in the following command and I get a parse error but when I get rid of
> the optional TEMP it works okay.  The docs seem to say this is how its done.
>
> gammamatrix=> CREATE TEMP TABLE Start (VatiID int NOT NULL, TrimID int,
> BodyID int, GVWRID int, DrivetrainID int, EngineID int, TransID int , FuelId
> int);
> ERROR:  parser: parse error at or near "temp"
>
> Any help would be greatly appreciated.

Temp tables are only in 6.5.*.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Darvin Zuch"
Дата:
Сообщение: Creating a temporary table isn't working
Следующее
От: Ryan Kirkpatrick
Дата:
Сообщение: Re: [GENERAL] Postgres on Linux Alpha