From: | saravanan <saravanan(dot)kcse(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Importing the dump file in postgresql-7.4.23 |
Date: | 2011-07-12 12:54:38 |
Message-ID: | 1310475278308-4578769.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi all,
I'm using PostgreSQL-7.4.23 version. I have one dump file that was taken
using pg_dumpall utility. Now i tried to import the dump file. But its
throwing me lot of *Invalid Command \N error* , *ERROR: type tsvector does
not exist* and *\t: extra argument "string" ignored error*
I'm using 7.4.23 psql tool to import
I tried the following ways to import pg_dumpall dump file
psql -f all.dump template1
psql -e template1 < all.dump
Here some of DDL commands were imported correctly. Commands like copy were
not imported properly, its throwing lot of "Invalid Command \N error".
Can anyone help me out of this problem?
Here are the some images while importing dump file
http://postgresql.1045698.n5.nabble.com/file/n4578769/1.jpg
http://postgresql.1045698.n5.nabble.com/file/n4578769/2.jpg
Any help would be appreciated
Advance
Thanks
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Importing-the-dump-file-in-postgresql-7-4-23-tp4578769p4578769.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleas Mantzios | 2011-07-12 13:13:27 | Re: Importing the dump file in postgresql-7.4.23 |
Previous Message | Kevin Grittner | 2011-07-11 19:37:21 | Re: row is too big during cluster |