SQL code versioning (views, functions, etc)

From: Ezequiel Tolnay <mail(at)etolnay(dot)com(dot)ar>
To: pgsql-admin(at)postgresql(dot)org
Subject: SQL code versioning (views, functions, etc)
Date: 2005-04-20 03:22:36
Message-ID: d44hss$2vci$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gbtech(dot)com(dot)au

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ezequiel Tolnay 2005-04-20 03:37:44 Re: SQL code versioning (views, functions, etc)
Previous Message Zuoxin.Wang 2005-04-19 21:09:04 Re: