Skip to content

Instantly share code, notes, and snippets.

@giansalex
Created February 22, 2018 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giansalex/f97dc0e688c17b97f22290400bbfdbd6 to your computer and use it in GitHub Desktop.
Save giansalex/f97dc0e688c17b97f22290400bbfdbd6 to your computer and use it in GitHub Desktop.
Change encoding existing Postgresql Database
update pg_database set encoding = pg_char_to_encoding('LATIN1') where datname = 'dbname'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment