Re: Substitute a variable in PL/PGSQL.

From: "Francisco Reyes" <lists(at)stringsutils(dot)com>
To: Steve Martin <steve(dot)martin(at)nec(dot)co(dot)nz>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Substitute a variable in PL/PGSQL.
Date: 2008-07-22 22:07:20
Message-ID: 56119d9deed1cfa64a6e4795445c2581@stringsutils.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12:33 am 07/22/08 Steve Martin <steve(dot)martin(at)nec(dot)co(dot)nz> wrote:
> Hi,
>
> I am trying to create a PL/PGSQL function to return the values of the
> fields in a record, e.g. 1 value per row in the output of the
> function.

Are you trying to do a generic function that would work for any table or
for just a single table?

Is it goint to run against a large data set?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2008-07-22 22:07:47 Re: Optimizing a like-cause
Previous Message Tom Lane 2008-07-22 21:46:14 Re: Optimizing a like-cause