Skip to content

Instantly share code, notes, and snippets.

@eriknaslund
Created November 26, 2017 10:21
Show Gist options
  • Select an option

  • Save eriknaslund/4b8182152cb4737a4b53bfa20f65003c to your computer and use it in GitHub Desktop.

Select an option

Save eriknaslund/4b8182152cb4737a4b53bfa20f65003c to your computer and use it in GitHub Desktop.
SELECT max(pg_column_size(some_column)) / 1024.0
FROM some_table;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment