Re: Preventing a user to use implicit casts

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Stéphane A(dot) Schildknecht <stephane(dot)schildknecht(at)postgresqlfr(dot)org>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Preventing a user to use implicit casts
Date: 2009-07-01 21:44:25
Message-ID: dcc563d10907011444r621fb3fp54a85ccff5c5f9ee@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 1, 2009 at 12:11 PM, "Stéphane A.
Schildknecht"<stephane(dot)schildknecht(at)postgresqlfr(dot)org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Scott Marlowe a écrit :
>> On Wed, Jul 1, 2009 at 11:57 AM, "Stéphane A.
>> Schildknecht"<stephane(dot)schildknecht(at)postgresqlfr(dot)org> wrote:
>>> Problem yet is I can't use slony any more to replicate data, as it falls in
>>
>>> I'm quit disappointed, as if I let slony replicate the application, still in a
>>> process of migration to 8.3 correct behaviour can't be used, on the other hand
>>> if I add implicit casts to allow application to work, I can't replicate with slony.
>>
>> So, is fixing the app an option?
>>
>
> Definitely not... as it would last too long to be an option.
> It surely is a long-term option. And it needs to be done, but not yet.

So, can you keep up x numbers of slony reps running 8.2 that only the
app can see, replicate to an 8.3 that doesn't get hit by the user,
then switch to the new 8.3 instance(s) and apply the gruesome
auto-cast to the 8.3 afterwards, and then slony will work between two
patched 8.3 instances? Just a SWAG, I'm not there to test it or
anything.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2009-07-01 22:38:42 Re: datestyle no effect in 8.3.7
Previous Message Erik Jones 2009-07-01 21:31:41 Re: Python client + select = locked resources???