Re: Postgres Backup Utility

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgres Backup Utility
Дата
Msg-id AANLkTi=Sx8GvOz+DGNarMxpXrdktg8YWvLb0y2c2Ekd5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres Backup Utility  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
On Thu, Jan 20, 2011 at 8:46 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Thu, Jan 20, 2011 at 5:00 AM, French, Martin <frenchm@cromwell.co.uk> wrote:
>
>>  Personally, I'd rather
>> not go trawling through what can only be described as hundreds of
>> thousands of lines of PostgreSQL log to find THE RIGHT DDL statements.
>
> Oh that's easy.  Grep out the statements that start with alter etc,
> ptu them all in a big email, send them to all the developers and tell
> them to let you know which ones need applying to QA / Staging / etc.
> Can't get your DDL to the DBA?  Your code won't work.  You break the
> build because of that, you get to fix it.

Note that I also mentioned turning on logging JUST ddl statements.
Assumiing you're not logging EVERYTHING in development (and why would
you) you should only have a few dozen lines of log to grep, and little
or none of it will be things other than DDL.
--
To understand recursion, one must first understand recursion.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Postgres Backup Utility
Следующее
От: CS DBA
Дата:
Сообщение: State of multi-master replication options