Re: Function tracking

Поиск
Список
Период
Сортировка
От Stephen Cook
Тема Re: Function tracking
Дата
Msg-id 51B1FB15.6050502@gmail.com
обсуждение исходный текст
Ответ на Function tracking  (Rebecca Clarke <r.clarke83@gmail.com>)
Список pgsql-general
On 6/7/2013 6:30 AM, Rebecca Clarke wrote:
> I'm looking for suggestions on the best way to track the updates to a
> function.
>
> We have two databases, Dev & Live, so I want to update Live with just
> the functions that have been modified in the DEV databas3e.
> Is there another, easier way to track the updates than manually
> recording it in a document? (I'm trying to eliminate human interference).
>

Script the changes out and put them in source control. The small amount
of effort and discipline required will pay off big time.

-- Stephen



В списке pgsql-general по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: PostgreSQL Synchronous Replication in production
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: Function tracking