temp tables

Поиск
Список
Период
Сортировка
От Cima
Тема temp tables
Дата
Msg-id 008301c54bad$120d3cd0$d20210ac@khazaddum
обсуждение исходный текст
Ответы Re: temp tables  (John DeSoi <desoi@pgedit.com>)
Re: [PHP] temp tables  ("Richard Lynch" <ceo@l-i-e.com>)
Re: [PHP] temp tables  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-novice
hi,
 
im working with php 4 and postgresql 8 and in my php script id like to create a temp table on my database server. how do i do this? how do i verify it was created?
 
i tried the following:
 
$sql = "create temp table s_info(a int, b text) on commit delete rows ";
 
pg_query($dbh,$sql);
 
 
$dbh is my connection.
 
any help will be highly appreciated.

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

Предыдущее
От: "Roland Giesler"
Дата:
Сообщение: Re: Createlang error installing SQL-Ledger
Следующее
От: "Cima"
Дата:
Сообщение: file oids