From: | Kenneth Downs <ken(at)secdat(dot)com> |
---|---|
To: | Michael Loftis <mloftis(at)wgops(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Version/Change Management of functions? |
Date: | 2006-07-07 11:44:02 |
Message-ID: | 44AE4902.8060300@secdat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Michael Loftis wrote:
> OK I know this is an odd question but I'm working on an app that will
> rely more and more on database driven functions, and while the app's
> source is in SVN, and I intend for the source of the SQL scripts to
> also be there, I was wondering...what are people doing for version
> control and change management on their custom (esp PL/pgSQL and say
> PL/Perl) functions?
We went for generating all server-side code out of a data dictionary.
This makes for a significant change in the way change management is handled.
In this scenario change management becomes the analysis of "before" and
"after" data dictionaries. If the changes are all valid, build the code.
>
> --
> "Genius might be described as a supreme capacity for getting its
> possessors
> into trouble of all kinds."
> -- Samuel Butler
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
Attachment | Content-Type | Size |
---|---|---|
ken.vcf | text/x-vcard | 186 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Jorge Godoy | 2006-07-07 12:23:38 | Re: Version/Change Management of functions? |
Previous Message | Roman Neuhauser | 2006-07-07 11:30:35 | Re: Why my cursor construction is so slow? |