Linux/Ubuntu
PostgreSQL(ぽすとぐれすきゅーえる: 発音例)はオープンソースのオブジェクト関係データベース管理システム (ORDBMS) である。 その名称は Ingres の後継を意味する「Post-Ingres」に由来している。 「Postgres」や「ポスグレ」と呼ばれることも多い。 ※wikipedia引用
sudo apt-get install -y postgresql-9.3
sudo passwd postgres // パスワード設定 ex)postgres0000 su - postgres psql -c "alter user postgres with password 'postgres0000'"