📚 [Postgresql] 우분투에다 설치하기
Category: Postgresql | 📅 December 28, 2015
간단하게 설치해본다.
$ sudo apt-get update
$ sudo apt-get install postgresql
Pgadmin이 필요하다면.. (GUI가 설치된 우분투에서만 효험이 있다.)
$ sudo apt-get install pgadmin
🏷️ Tags
#Postgresql