Re: PL/pgsql - getting row from record

From: Richard Huxton <dev(at)archonet(dot)com>
To: Matt <matt(at)kynx(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/pgsql - getting row from record
Date: 2004-11-16 13:35:39
Message-ID: 419A022B.4020707@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2004-11-16 13:41:52 Re: OID's
Previous Message Sim Zacks 2004-11-16 13:32:48 Re: OID's