From: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
---|---|
To: | elein <elein(at)varlena(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: obtuse plpgsql function needs |
Date: | 2003-07-23 14:04:13 |
Message-ID: | 1058969053.22259.324.camel@camel |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Wed, 2003-07-23 at 09:06, Robert Treat wrote:
> On Tue, 2003-07-22 at 19:33, elein wrote:
> > You'll need to pass the values down to your
> > concat function (which I suggest you don't call concat)
> > and have it return a text type.
> >
> > What exactly is your problem? I must be missing something.
> >
>
> The problem is that I need the function to be generic so that I don't
> have to pass the values down to the function, it just grabs the values
> automagically based on the table it's being called against.
>
> Robert Treat
>
Hmm... I neglected to mention that I was trying to find a solution that
didn't use ctid or oid. If I abandon that path I think it will be
straightforward...
Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Dmitry Tkach | 2003-07-23 14:30:58 | Re: rule causes nextval() to be invoked twice |
Previous Message | Robert Treat | 2003-07-23 13:06:49 | Re: obtuse plpgsql function needs |