Re: PL/pgsql - getting row from record

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: PL/pgsql - getting row from record
Дата
Msg-id 419A022B.4020707@archonet.com
обсуждение исходный текст
Ответ на PL/pgsql - getting row from record  (Matt <matt@kynx.org>)
Ответы Re: PL/pgsql - getting row from record  (Matt <matt@kynx.org>)
Список pgsql-general
Matt wrote:
> So, two questions:
> 1. Is there a better way of getting arbitrary columns from a record?

Not really.

> 2. If not, will I run into problems with the name of the temporary table
> if two processes call this function at the same time, or are temp names
> unique to the particular session?

Temporary tables are session-specific.

Really, you'd be better off using one of the more interpreted languages
for this specific task though.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: 24x7x365 high-volume ops ideas
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: OID's