PostgreSQL 버전 확인, PPAS 버전 확인

PostgreSQL 버전 확인
PPAS 버전 확인

1 방법 1: 쉘[ | ]

[root@zetawiki ~]# /usr/bin/postgres --version 
postgres (PostgreSQL) 8.3.4
[root@zetawiki ~]# /opt/PostgresPlus/8.3R2AS/bin/pg_ctl --version 
pg_ctl (EnterpriseDB) 8.3.0.112
[root@zetawiki ~]# /PostgresPlus/9.1AS/bin/pg_ctl --version
pg_ctl (EnterpriseDB) 9.1.6.10

2 방법 2: 쿼리[ | ]

select version()

3 같이 보기[ | ]

4 참고[ | ]

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