Re: [GENERAL] Re: [GENERAL] cannot dump structures

2007-12-10 Thread Tom Lane
=?us-ascii?Q?Martin=20Korous?= <[EMAIL PROTECTED]> writes: > < You're running a 7.something pg_dump against an 8.something server. > < This will not work because that pg_dump doesn't know about 8.x > < catalog layout. > its standard answer for message `ERROR: column "datpath"` > but I wrot

[GENERAL] Re: [GENERAL] cannot dump structures

2007-12-10 Thread Martin Korous
< You're running a 7.something pg_dump against an 8.something server. < This will not work because that pg_dump doesn't know about 8.x < catalog layout. its standard answer for message `ERROR: column "datpath"` but I wrote: DATABASE: #/var/pgsql/bin/pg_dump --version pg_dump (PostgreSQL)

Re: [GENERAL] cannot dump structures

2007-12-07 Thread Tom Lane
=?us-ascii?Q?Martin=20Korous?= <[EMAIL PROTECTED]> writes: > and in pg_log is message: > STATEMENT: SELECT (SELECT usename FROM pg_user WHERE usesysid = datdba) as > dba, pg_encoding_to_char(encoding) as encoding, datpath FROM pg_database > WHERE datname = 'dbname' > ERROR: column "datpath" doe