사용자 도구

사이트 도구


dbms:pgsql:install

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
dbms:pgsql:install [2008/01/24 08:53]
starlits
dbms:pgsql:install [2010/01/05 05:37] (현재)
starlits
줄 11: 줄 11:
 ==== Install on Ubuntu Linux ==== ==== Install on Ubuntu Linux ====
   - 우분투 리눅스에 패키지로 설치해 보자. <code>   - 우분투 리눅스에 패키지로 설치해 보자. <code>
-# 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 
 +  postgresql-server-dev-8.1 postgresql-contrib-8.1 postgresql-plperl-8.1 postgresql-plpython-8.1
 </code> </code>
  
줄 42: 줄 43:
 # psql -d 디비이름 -U 아이디 -W # psql -d 디비이름 -U 아이디 -W
 </code> </code>
 +
  
 ===== DB List 보기 ===== ===== DB List 보기 =====
-<code>+  - 데이타베이스 리스트를 확인한다. <code>
 # psql -U postgres -l # psql -U postgres -l
           List of databases           List of databases
dbms/pgsql/install.1201132428.txt.gz · 마지막으로 수정됨: 2008/01/24 08:53 저자 starlits