From: | "Kumar" <sgnerd(at)yahoo(dot)com(dot)sg> |
---|---|
To: | "psql" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Backup error - Pls help |
Date: | 2003-09-22 09:01:00 |
Message-ID: | 011101c380e8$10200dd0$7502a8c0@hdsc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi,
I have 2 versions of Postgres server 7.2 & 7.3.4 installed on Linux server 7.3. I have not started the Postgres Server 7.2 which is located at /var/library/pgsql.
I am running and using only 7.3.4 located at /usr/local/pgsql.
After I login, I come to the /usr/local/pgsql/bin and then issued the following
[usr1(at)Linuxsvr bin]$ pg_dump -h 192.168.2.51 -f /home/usr1/prod.sql prod
pg_dump: server version: pg_dump.mo; pg_dump version: 7.2.1
pg_dump: aborting because of version mismatch (Use the -i option to proceed anyway.)
[usr1(at)Linuxsvr bin]$ pg_dump -h 192.168.2.51 -i -f /home/usr1/prod.sql prod
pg_dump: server version: pg_dump.mo; pg_dump version: 7.2.1
pg_dump: proceeding despite version mismatch
pg_dump: query to obtain list of data types failed: ERROR: Attribute "typprtlen" not foun
d
[usr1(at)Linuxsvr bin]$
Where i am doing mistake. Pls shed some light.
Thank you very much.
Kumar
From | Date | Subject | |
---|---|---|---|
Next Message | Manfred Koizar | 2003-09-22 09:14:37 | Re: Unique Constraint Based on Date Range |
Previous Message | Chris_Wu | 2003-09-22 09:00:20 | zero-length string |