Re: PL/pgsql - getting row from record - Mailing list pgsql-general

From Richard Huxton
Subject Re: PL/pgsql - getting row from record
Date
Msg-id 419A022B.4020707@archonet.com
Whole thread Raw
In response to PL/pgsql - getting row from record  (Matt <matt@kynx.org>)
Responses Re: PL/pgsql - getting row from record
List 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 by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: 24x7x365 high-volume ops ideas
Next
From: Tino Wildenhain
Date:
Subject: Re: OID's