dbTalk Databases Forums  

[BUGS] PostgreSQL 8.0 pg_dump

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] PostgreSQL 8.0 pg_dump in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Prasanth
 
Posts: n/a

Default [BUGS] PostgreSQL 8.0 pg_dump - 01-27-2005 , 02:51 PM







I am trying to restore a dump from 7.4.1 to 8.0.
I am using the pg_dump in 8.0 to dump the database. I am getting the
following error message.

I looked up the pg_database table in 8.0 and there is no column named
datpath it is in 7.4.1. When I am using the pg_restore in 8.0 shouldn't
it be knowing that the datpath does not exist??

Actual Error Message:
pg_restore: [archiver (db)] could not execute query: ERROR: column
d.datpath does not exist
Command was: CREATE VIEW pgadmin_databases AS
SELECT d.oid AS database_oid, d.datname AS database_name, d.datpath AS
database_path, p...
pg_restore: [archiver (db)] could not execute query: ERROR: relation
"public.pgadmin_databases" does not exist
Command was: ALTER TABLE public.pgadmin_databases OWNER TO postgres;

Thanks,
-Prasanth.



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.