Re: Error in trigger example

From: David Fetter <david(at)fetter(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Error in trigger example
Date: 2005-10-21 00:10:03
Message-ID: 20051021001003.GB1057@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, Oct 20, 2005 at 08:03:13PM -0400, Tom Lane wrote:
> David Fetter <david(at)fetter(dot)org> writes:
> > Please find enclosed a patch that fixes the trigger example in plpgsql
> > (emp_stamp).
>
> Uh ... that example is not broken.
>
> If we were going to change it, I'd favor current_timestamp over
> either Postgres-ism.

CURRENT_TIMESTAMP works. Shall I resend?

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-10-21 05:15:17 Re: Error in trigger example
Previous Message Tom Lane 2005-10-21 00:03:13 Re: Error in trigger example