quote

martedì, ottobre 13, 2015

Installing postgresql on Ubuntu [Notes]

sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
Ubuntu Software center: pgAdmin III

sudo -u postgres -s
$ psql
postgres=# ALTER USER postgres PASSWORD 'xxx';


https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04

http://www.linuxscrew.com/2009/07/03/postgresql-show-tables-show-databases-show-columns/

exit from psql

Nessun commento: