CentOS PostgreSQL 클라이언트 설치

Jmnote bot (토론 | 기여)님의 2017년 6월 27일 (화) 01:52 판 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

리눅스 postgresql 클라이언트 설치
리눅스 psql 설치
CentOS postgresql 설치

2 확인[ | ]

[root@zetawiki ~]# psql -V
-bash: psql: command not found

3 설치[ | ]

[root@zetawiki ~]# yum install postgresql
... (생략)
=====================================================================================================
 Package                     Arch               Version                    Repository           Size
=====================================================================================================
Installing:
 postgresql                  x86_64             8.4.20-5.el6_7             updates             2.6 M
Updating for dependencies:
 postgresql-libs             x86_64             8.4.20-5.el6_7             updates             202 k

Transaction Summary
=====================================================================================================
Install       1 Package(s)
Upgrade       1 Package(s)

Total download size: 2.8 M
Is this ok [y/N]: y
... (생략)
Installed:
  postgresql.x86_64 0:8.4.20-5.el6_7                                                                 

Dependency Updated:
  postgresql-libs.x86_64 0:8.4.20-5.el6_7                                                            

Complete!

4 확인 2[ | ]

[root@zetawiki ~]# psql -V
psql (PostgreSQL) 8.4.20
contains support for command-line editing

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}