Re: Importing the dump file in postgresql-7.4.23

From: saravanan <saravanan(dot)kcse(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Importing the dump file in postgresql-7.4.23
Date: 2011-07-15 07:11:48
Message-ID: 1310713908483-4589674.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I tried to troubleshoot the errors while importing dumps in PostgreSQL -
8.0.0 version. But still i'm getting some permission level errors. Before
importing the dumps, i used to install some functions like
ltree,tsearch2,pgcrypto from directory
/usr/local/src/postgresql-8.0/contrib. So that i can avoid some errors.

Here is the first which i got

*ERROR: Permission denied for schema web* this error occurs while creating
table. Based on this error, i'm getting more errors.
Here is the command i used to import psql -e template1 < sdcvb.dump.

I'm moving dumps from one version to another version. How can i solve this
error?

can anyone help me to crack this error?

Note: i have dump file only. i can't take another dump from db.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Importing-the-dump-file-in-postgresql-7-4-23-tp4578769p4589674.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sergey Konoplev 2011-07-15 08:04:25 Re: How to find out hit count or read activities on functions in postgresql 8.4.6
Previous Message Kevin Grittner 2011-07-14 18:25:53 Re: how to make PostgreSQL using "all" memory and chaching the DB completely there