| From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | "Kalra, Ashwani" <ashwani(dot)kalra(at)capgemini(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Automatic schema updates |
| Date: | 2007-10-31 18:08:30 |
| Message-ID: | dcc563d10710311108n47950df5jf9d48a4d7051e210@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 10/29/07, Kalra, Ashwani <ashwani(dot)kalra(at)capgemini(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2007-10-31 18:10:05 | Re: Securing stored procedures and triggers |
| Previous Message | Scott Marlowe | 2007-10-31 18:03:58 | Re: Securing stored procedures and triggers |