>>> On Tue, Nov 28, 2006 at 5:44 AM, in message
<E1539E0ED7043848906A8FF995BDA579018FE15F@m0143.s-mxs.net>,
"Zeugswetter
Andreas ADI SD" <ZeugswetterA@spardat.at> wrote:
>> "SELECT *". It's unfortunate that we have to go through another
>> initdb
>
> You can certainly find a workaround to not need an initdb.
That would save some time.
> drop indexes based on the changed to_char function,
There are none.
> verify other incompatible changes since beta3 ?? anybody think of
> something else ?
Anybody?
> shutdown the db,
> binary edit the new version into pg_control,
Anything besides offset 000C to 000F?
> start db with new version,
> recreate the changed system view,
Are these all of them?:
pg_stat_all_tables
pg_stat_sys_tables
pg_stat_user_tables
Any special tricks to replacing these in a database that's been in
use?
Thanks,
-Kevin