[GENERAL] Postgresql 9.0.4 SRPMS
Could anyone tell me where to find postgresql 9.0.4 SRPM's? I need to build some RPM's for CentOS 6 - 32 bit. Thanks in advance...
[GENERAL] Column Sizes
Hi NG, How do I find out the size of a column ? I am retrieving large objects from the pg_largeobject table and creating a files, I would like to know the length of the data column so that I can implement buffering instead of writing hundreds of small chunks to disk. Any help would be apprec