Search code examples
postgresqlclientcentos5

centos5 postgresql client


How can I install postgresql client only in centos 5?


Solution

  • For PostgreSQL 8.4 client (recommended):

    yum install postgresql84
    

    For PostgreSQL 8.1 client:

    yum install postgresql