SQL code versioning (views, functions, etc) - Mailing list pgsql-admin

From Ezequiel Tolnay
Subject SQL code versioning (views, functions, etc)
Date
Msg-id d44hss$2vci$1@news.hub.org
Whole thread Raw
Responses Re: SQL code versioning (views, functions, etc)  (Ezequiel Tolnay <mail@etolnay.com.ar>)
Re: SQL code versioning (views, functions, etc)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi all you pg gurus and admins,

   I'm trying to implement versioning of the code of objects that can be
"created or replaced" (functions, views, etc).

   I tried to implement a trigger on pg_proc, but that is not possible.
Adding a rule to the pg_proc table was successful but it never executes.

   Is there a way or a tool to implement versioning of the code of this
objects? Help or hints will be gladly appreciated.

Cheers,

Ezequiel Tolnay
etolnay@gbtech.com.au

pgsql-admin by date:

Previous
From: "Ryan J. Cavicchioni"
Date:
Subject: Re: UNSUSCRIBE
Next
From: "Sherwin Chua"
Date:
Subject: Re: Pg7.1 to Pg7.2 Upgrade