Re: Update timestamp on update - Mailing list pgsql-sql

From Michael Glaesemann
Subject Re: Update timestamp on update
Date
Msg-id 263BB61D-9C9A-40DD-A9CA-7FD6FE40AB75@myrealbox.com
Whole thread Raw
In response to Re: Update timestamp on update  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Oct 13, 2005, at 11:52 , Tom Lane wrote:

> Jeff Williams <jeffw@globaldial.com> writes:
>
>> Thanks. Triggers was my first thought, but chapter 35 on Triggers  
>> didn't
>> really indicate a way I could do this easily and scared me with a  
>> lot of
>> c code.
>>
>
> Yeah.  This is a documentation issue that's bothered me for awhile.
> The problem is that we treat the PL languages as add-ons and therefore
> the documentation of the "core" system shouldn't rely on them ... but
> that leaves us presenting C-code triggers as the only examples in
> chapter 35.  There is a paragraph in there suggesting you go look at
> the PL languages first, but obviously it's not getting the job done.

I think examples in PL/pgSQL would perhaps be most appropriate, as  
it's a PostgreSQL-specific language, arguably easy to read, and a PL  
that doesn't rely on any external dependencies, so it should be  
relatively easy for people to install it if they want. (IIRC, there's  
even been discussion in the past of whether or not PL/pgSQL should be  
installed by default.)


Michael Glaesemann
grzm myrealbox com





pgsql-sql by date:

Previous
From: "Anthony Molinaro"
Date:
Subject: Re: pg, mysql comparison with "group by" clause
Next
From: "Anthony Molinaro"
Date:
Subject: Re: pg, mysql comparison with "group by" clause