Re: Function tracking - Mailing list pgsql-general

From Stephen Cook
Subject Re: Function tracking
Date
Msg-id 51B1FB15.6050502@gmail.com
Whole thread Raw
In response to Function tracking  (Rebecca Clarke <r.clarke83@gmail.com>)
List pgsql-general
On 6/7/2013 6:30 AM, Rebecca Clarke wrote:
> I'm looking for suggestions on the best way to track the updates to a
> function.
>
> We have two databases, Dev & Live, so I want to update Live with just
> the functions that have been modified in the DEV databas3e.
> Is there another, easier way to track the updates than manually
> recording it in a document? (I'm trying to eliminate human interference).
>

Script the changes out and put them in source control. The small amount
of effort and discipline required will pay off big time.

-- Stephen



pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: PostgreSQL Synchronous Replication in production
Next
From: Ian Lawrence Barwick
Date:
Subject: Re: Function tracking