SQL code versioning (views, functions, etc)

Поиск
Список
Период
Сортировка
От Ezequiel Tolnay
Тема SQL code versioning (views, functions, etc)
Дата
Msg-id d44hss$2vci$1@news.hub.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: "Ryan J. Cavicchioni"
Дата:
Сообщение: Re: UNSUSCRIBE
Следующее
От: "Sherwin Chua"
Дата:
Сообщение: Re: Pg7.1 to Pg7.2 Upgrade