Reputation: 4845
How do I get the amount of space taken up by a Geometry object stored in a PostgreSQL database?
Geometry
Upvotes: 1
Views: 27
Reputation: 21316
Pass it to the pg_column_size() function.
pg_column_size()