Re: versioned pl/pgsql functions - Mailing list pgsql-general

From Nagy Zoltan
Subject Re: versioned pl/pgsql functions
Date
Msg-id 4C99E16D.8020802@bteam.hu
Whole thread Raw
In response to versioned pl/pgsql functions  ("Rhys A.D. Stewart" <rhys.stewart@gmail.com>)
List pgsql-general
hi,

a few weeks ago i found a project aimed at providing version control for pq:
http://www.pgcon.org/2009/schedule/events/158.en.html
http://www.post-facto.org/
it worth to try it out, and use it ;)

regards,
kirk

On 09/21/10 21:56, Rhys A.D. Stewart wrote:
> hey all,
>
> I think versioned pl/[pgsql|python|perl|bash|java] functions would be
> a great addition to 9.1. Imagine that instead of CREATE OR REPLACE
> FUNCTION you could do CREATE AND VERSION FUNCTION and then all
> modifications to the function could be versioned so that you could
> revert/rollback to a specific version of the function a la
> git/svn...and then you could do diffs and what not so that you
> wouldn't have to rely on text files which get lost because they were
> on a tiny jump drive.....
>
> Just my $1.70
>
>
>
> Regards,
>
> Rhys
>
> Peace & Love|Live Long & Prosper
>


--
Nagy Zoltan (kirk) <kirk@bteam.hu>

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: versioned pl/pgsql functions
Next
From: Lincoln Yeoh
Date:
Subject: Re: How about synchronous notifications?