Edson Richter <edsonrichter@hotmail.com> wrote:
> this automatic compression applies to bytea fields?
Yes, but keep in mind that anything which is already compressed or
encrypted will probably not compress much if at all. Many of the
binary objects you might want to store in the database probably
already use compression internally.
-Kevin