I've installed Red Hat 8.0 with the SQL package. Later i found out that the version for postgresql in the sql package is 7.2.2. Then I installed version 7.3.1. now the problem i'm facing is, i can't use the pg_dump command coz it's giving me this error
"pg_dump: server version: SAGES/pg_dump.mo; pg_dump version 7.2.2"
"pg_dump: aborting because of version mismatch"
Before this, i've key in the command
"$pg_dump -f admin.bak admin"
can i know what can i do to solve this problem. I've already check the version of my pg_dump command under the data directory. it's version 7.2.2. I think it's taking the version from RH and not the version i've installed. Please advice.
"pg_dump: server version: SAGES/pg_dump.mo; pg_dump version 7.2.2"
"pg_dump: aborting because of version mismatch"
Before this, i've key in the command
"$pg_dump -f admin.bak admin"
can i know what can i do to solve this problem. I've already check the version of my pg_dump command under the data directory. it's version 7.2.2. I think it's taking the version from RH and not the version i've installed. Please advice.