Skip to content

Instantly share code, notes, and snippets.

@rhogeranacleto
Created November 8, 2017 11:19
Show Gist options
  • Save rhogeranacleto/d3689e9ec5a96f0a8a7f756a2aa5899e to your computer and use it in GitHub Desktop.
Save rhogeranacleto/d3689e9ec5a96f0a8a7f756a2aa5899e to your computer and use it in GitHub Desktop.
Install extension on psql
sudo su
#senha do pc
su postgres
psql banco_a_ser_instalado
CREATE EXTENSION IF NOT EXISTS unaccent;
CREATE EXTENSION IF NOT EXISTS pg_trgm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment