Re: obtuse plpgsql function needs

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: obtuse plpgsql function needs
Дата
Msg-id 1058969053.22259.324.camel@camel
обсуждение исходный текст
Ответ на Re: obtuse plpgsql function needs  (Robert Treat <xzilla@users.sourceforge.net>)
Список 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 по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: obtuse plpgsql function needs
Следующее
От: Dmitry Tkach
Дата:
Сообщение: Re: rule causes nextval() to be invoked twice