blazs
blazs

Reputation: 4845

PGSQL: Get space taken up by a Geometry object in database

How do I get the amount of space taken up by a Geometry object stored in a PostgreSQL database?

Upvotes: 1

Views: 27

Answers (1)

Nick Barnes
Nick Barnes

Reputation: 21316

Pass it to the pg_column_size() function.

Upvotes: 1

Related Questions