"mario" <[EMAIL PROTECTED]> writes: > And another question regarding large objects, as I see the objects are > organized in units of 2048 bytes each. Can I somehow set this to a higher > value like 8k or 32k (I use 32k pages).
Then you've already got larger units, because the code is #define LOBLKSIZE (BLCKSZ / 4) I don't believe it'd be a good idea to try to make it larger than that, though you're free to experiment... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])