RE: dynamic field names in a function.

From: Jeff Eckermann <jeckermann(at)verio(dot)net>
To: "'Soma Interesting'" <dfunct(at)telus(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: RE: dynamic field names in a function.
Date: 2001-03-30 22:09:58
Message-ID: 08CD1781F85AD4118E0800A0C9B8580B0949F1@NEZU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

An alternative would be to do the the work at the application level, i.e.
the point where the data is collected. You could use any language you like
for that.

> -----Original Message-----
> From: Soma Interesting [SMTP:dfunct(at)telus(dot)net]
> Sent: Friday, March 30, 2001 3:59 PM
> To: Jeff Eckermann; pgsql-general(at)postgresql(dot)org
> Subject: RE: [GENERAL] dynamic field names in a function.
>
> At 03:43 PM 3/30/2001 -0600, you wrote:
> >I think I am beginning to understand your question. You want to know
> >whether a field name can be referenced using a variable as all or part of
> >the field name? I don't know for sure, but I can't make it work, and
> >apparently you can't either.
> >Your earlier message is still out on the wire, so someone more
> knowledgeable
> >may still answer.
> >If you expect the maximum number of question/answer pairs to be
> manageably
> >small, you could do a series of actions for each field by name,
> incrementing
> >a counter for each pair, and comparing the counter value to 'qty'.
> >Horrible, I know, but the best I can suggest right now.
>
> I'm going to quote your rephrasing of my question to the list, maybe your
> words will carry more weight as "valid" question.
>
> Another option would be to use Tcl or Pearl, would they be able to use
> variables as all or part of the field name?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Serodio 2001-03-30 22:27:30 Locale and LIKE matching
Previous Message Peter Eisentraut 2001-03-30 22:04:54 Re: Locale and LIKE matching