Re: Database schema & data synchronizer software for PostgreSQL?

Поиск
Список
Период
Сортировка
От Együd Csaba
Тема Re: Database schema & data synchronizer software for PostgreSQL?
Дата
Msg-id 00f601c97b8c$55a89800$00f9c800$@com
обсуждение исходный текст
Ответ на Re: Database schema & data synchronizer software for PostgreSQL?  (ries van Twisk <pg@rvt.dds.nl>)
Список pgsql-general
>dbsolo does a decent job.
>I think they main thing here is to check for inconsistencies and see
>what they are, rather
>then a tool that takes over the administrative task.
>
>We all understand David's point of view, but it can't hurt to have a
>tool in place that can verify the consistency of both schema's.
>
>Ries
>
Ries,
I meant definitely this, thanks.
DB Solo is really does a nice job. I found only two minor problems in the
sync script:
    1. It put a create trigger... statement before it created the
trigger function itself -
       moved to the end of the script
    2. I tried to alter column a time column to timestampz which
resulted in an error
       message.

I corrected these two things and the database is OK now. I'm absolutely
happy with this level of automation.

Thank you all for your suggestions,

--Csaba



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

Предыдущее
От: ries van Twisk
Дата:
Сообщение: Re: Database schema & data synchronizer software for PostgreSQL?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Custom type, operators and operator class not sorting/indexing correctly