PGDUMP Bug

From: "Satheesan K Nair" <support(at)shakthiinnovators(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: PGDUMP Bug
Date: 2010-10-06 11:37:05
Message-ID: 006001cb654a$cf092760$0a01a8c0@ambigro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear PGSQL Master,

I have a data base in PostgreSql 8.1 version. I have created an Additional Schema named "Jay Jay Mills Lanka (Private) Limited". There is 475 tables in this schema and I want to take table-wise backup.

But its giving the error. Please refer below command line.

C:\pgsql\bin>pg_dump.exe -h dbserver -p 5432 -U streamline -F c -v -f "C:\backup\wrm_batch.backup" -t wrm_batch -n "Jay Jay Mills Lanka (Private) Limited" "16mar10"
pg_dump: No matching schemas were found
pg_dump: *** aborted because of error

Thanks and regards,
Satheesan K Nair

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2010-10-06 14:27:37 Re: PGDUMP Bug
Previous Message Oliver Jowett 2010-10-06 00:01:35 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)