Created
November 8, 2017 11:19
-
-
Save rhogeranacleto/d3689e9ec5a96f0a8a7f756a2aa5899e to your computer and use it in GitHub Desktop.
Install extension on psql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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