문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| dbms:pgsql:install [2008/01/24 08:53] – starlits | dbms:pgsql:install [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 8: | 줄 8: | ||
| </ | </ | ||
| - | ==== Installation | + | |
| - | < | + | ==== Install |
| - | # apt-get install postgresql-8.1 postgresql-client-8.1 postgresql-client-common postgresql-common postgresql-server-dev-8.1 postgresql-contrib-8.1 postgresql-plperl-8.1 postgresql-plpython-8.1 | + | - 우분투 리눅스에 패키지로 설치해 보자. |
| + | # apt-get install postgresql-8.1 postgresql-client-8.1 postgresql-client-common postgresql-common | ||
| + | | ||
| </ | </ | ||
| 줄 41: | 줄 43: | ||
| # psql -d 디비이름 -U 아이디 -W | # psql -d 디비이름 -U 아이디 -W | ||
| </ | </ | ||
| + | |||
| ===== DB List 보기 ===== | ===== DB List 보기 ===== | ||
| - | < | + | - 데이타베이스 리스트를 확인한다. |
| # psql -U postgres -l | # psql -U postgres -l | ||
| List of databases | List of databases | ||