| From: | "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | RE: [HACKERS] MAX Query length |
| Date: | 1999-07-15 14:11:33 |
| Message-ID: | 1BF7C7482189D211B03F00805F8527F70ED041@S-NATH-EXCH2 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Once I have recompiled with a new block size, how do I update the databases
that I already have. If I understand right, once the block size has been
updated, my current dbs will not work. Do I just pg_dump before make
install and then recreate the dbs and load the dumps afterwards?
>> As of 6.5, it's just a matter of adjusting BLCKSZ in
>> include/config.h,
>> rebuilding, and re-initdb-ing. The workable sizes are 8k
>> 16k and 32k;
>> bigger than 32k fails for reasons I don't recall exactly (offsets
>> stored in signed shorts somewhere, no doubt).
MikeA
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-07-15 14:47:44 | Re: [HACKERS] MAX Query length |
| Previous Message | Louis Bertrand | 1999-07-15 14:10:11 | Re: [HACKERS] Updated TODO list |