Posts by MatheusOl • 141 points
1 post
-
4
votes1
answer2877
viewsA: How to change location in Postgresql
To change you will have to: Make a logical backup of your current base, maybe you have this option in phpPgAdmin, but unknown, via command line would be something like: $ pg_dump -d nome_da_base -f…