Re: Store Procedures

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Cesar Alvarez <c(dot)alvarezx66(at)gmail(dot)com>, PGSQL GEneral Mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Store Procedures
Date: 2007-03-17 16:34:44
Message-ID: 493069.11931.qm@web31804.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cesar Alvarez 2007-03-17 16:46:48 Re: Store Procedures
Previous Message Cesar Alvarez 2007-03-17 15:41:38 Store Procedures