Centos5 postgressql client

how can i install the postgressql client only in centos 5

+5
source share
1 answer

For PostgreSQL 8.4 client (recommended):

yum install postgresql84

For PostgreSQL 8.1 client:

yum install postgresql
+8
source

All Articles