pg_column_size ( "any" ) → integer
"Shows the number of bytes used to store any individual data value. If applied directly to a table column value, this reflects any compression that was done."
Example:
SELECT name, pg_column_size(name) FROM table
pg_column_size ( "any" ) → integer
"Shows the number of bytes used to store any individual data value. If applied directly to a table column value, this reflects any compression that was done."
Example:
SELECT name, pg_column_size(name) FROM table