Skip to content

Instantly share code, notes, and snippets.

@dchatry
Created November 6, 2015 09:30
Show Gist options
  • Select an option

  • Save dchatry/0ff33de93d9a981e54fb to your computer and use it in GitHub Desktop.

Select an option

Save dchatry/0ff33de93d9a981e54fb to your computer and use it in GitHub Desktop.
[Postgres/Postgis] Cast to varchar(255) to avoid GDAL default 80 char limit
CAST(text_column AS CHARACTER VARYING(255))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment