ERROR: column "datpath" does not exist

From: "Sascha Nepper" <sascha(dot)nepper(at)webattach(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: ERROR: column "datpath" does not exist
Date: 2006-03-03 00:11:25
Message-ID: 20060303001125.971AC9DC843@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Whenever I try to pg_dump -i my database from the bash, i receive the
following error.

pg_dump: server version: pg_dump.mo; pg_dump version: 7.3.10-RH
pg_dump: proceeding despite version mismatch
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR: column "datpath" does not exist
pg_dump: The command was: select (select usename from pg_user where usesysid
= datdba) as dba, encoding, datpath from pg_database where datname = 'mpv'

What's that "datpath" about? Is it a version problem? postgres (PostgreSQL)
7.3.10-RH

Thanks in advance,

Sascha

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-03-03 00:29:13 Re: ERROR: column "datpath" does not exist
Previous Message Michael Fuhr 2006-03-02 23:20:29 Re: Data corruption zero a file - help!!