Re: Frontend/Backend protocol changes?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jason E(dot) Stewart" <jason(at)openinformatics(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Frontend/Backend protocol changes?
Date: 2002-11-23 02:43:54
Message-ID: 1000.1038019434@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Jason E. Stewart" <jason(at)openinformatics(dot)com> writes:
> BTW, is there some other way to have all rows in a table automatically
> timestamped? That would satisfy 99% of what I need.

Sure; set up a BEFORE INSERT OR UPDATE trigger to assign to a timestamp
column.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jason E. Stewart 2002-11-23 10:01:43 Re: DBD::Pg timings
Previous Message Bruce Badger 2002-11-22 23:59:37 Re: Frontend/Backend protocol changes?