Re: Automatic schema updates

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Automatic schema updates
Дата
Msg-id dcc563d10710311108n47950df5jf9d48a4d7051e210@mail.gmail.com
обсуждение исходный текст
Ответ на Automatic schema updates  ("Kalra, Ashwani" <ashwani.kalra@capgemini.com>)
Список pgsql-general
On 10/29/07, Kalra, Ashwani <ashwani.kalra@capgemini.com> wrote:

Hi,
In our thick client application, I want to update the schema  on the user's machine automatically as normal software update process using JNLP etc

We will be using Eclipser RCP.  Is it possible?


Sure.  IF nothing else, you can just writing raw SQL and spit it out at the database.  If it's > 1 change, wrap them all together in one transaction so that if they fail, they all fail and you don't have a half-updated database.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Securing stored procedures and triggers
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Securing stored procedures and triggers