Re: Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records) - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)
Date
Msg-id CAHyXU0xT73NgM3TG-5Co82TFOJaFWyZ=KuLibwQq6ckuVVH=Jg@mail.gmail.com
Whole thread Raw
In response to Re: Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
On Fri, May 4, 2012 at 8:04 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> Hello
>
> this can help http://postgres.cz/wiki/PostgreSQL_SQL_Tricks#Iteration_over_RECORD_variable_inside_trigger

hstore has replaced information schema method for me when doing these
type of things:

see: http://archives.postgresql.org/pgsql-general/2012-02/msg00251.php

merlin

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)
Next
From: Vincent de Phily
Date:
Subject: Streaming replication: sequences on slave seemingly ahead of sequences on master