Re: Store Procedures - Mailing list pgsql-general

From Cesar Alvarez
Subject Re: Store Procedures
Date
Msg-id 45FC1B78.8080806@gmail.com
Whole thread Raw
In response to Re: Store Procedures  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-general
Richard Broersma Jr wrote:
what i need is to see how 2 fields specific change there values, to do 
that i plan to make a temporal table with the fields before and after 
plus the time the changes where made... can i do this with store 
procedures??   
http://www.varlena.com/varlena/GeneralBits/104.php

Check out this discussion on this link.  It is very similar to what you want to do.  If fact, my
experience is that "generalbits" is an excellent cookbook for and learning Postgresql developer.

Regards,
Richard Broersma Jr.
 
thanks
i think this helps me a lot, im gona play with the triggers and all that.

Cesar Alvarez
Web Development Asesor and Software Enginner.

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Store Procedures
Next
From: Jonathan Vanasco
Date:
Subject: how can i show constraint checks in explain ?