Klint Gore <[EMAIL PROTECTED]> writes: > David Wilson wrote: >> I'm not certain how to check the actual byte width of a column within a >> row,
> select length(bytea_field) from table
If you want the actual on-disk footprint, use pg_column_size()
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
