Re: obtuse plpgsql function needs - Mailing list pgsql-sql

From Robert Treat
Subject Re: obtuse plpgsql function needs
Date
Msg-id 1058969053.22259.324.camel@camel
Whole thread Raw
In response to Re: obtuse plpgsql function needs  (Robert Treat <xzilla@users.sourceforge.net>)
List 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



pgsql-sql by date:

Previous
From: Robert Treat
Date:
Subject: Re: obtuse plpgsql function needs
Next
From: Dmitry Tkach
Date:
Subject: Re: rule causes nextval() to be invoked twice