> Does using pg_loread or any other php functions for postgresql large
> objects modify the size of the file? I'm seeing a size increase in a few
> bytes when I receive the file back to my hard drive. The file still seems
> to run ok, but I'm wondering what is doing this?

Under Un*x, compare the files using:

diff original copy

Or, just use a text-editor to A/B them.

It's possible that the OS is allocating file segments in "chunks"
differently depending on how the file is created, I think...  And it's
reporting the actual allocated bytes, not the true file size.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to