Re: versioned pl/pgsql functions

From: Nagy Zoltan <kirk(at)bteam(dot)hu>
To: "Rhys A(dot)D(dot) Stewart" <rhys(dot)stewart(at)gmail(dot)com>, postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: versioned pl/pgsql functions
Date: 2010-09-22 10:58:53
Message-ID: 4C99E16D.8020802@bteam.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bteam(dot)hu>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-09-22 11:55:27 Re: How about synchronous notifications?
Previous Message Mike Christensen 2010-09-22 07:26:43 Re: What's wrong with this query?