pg_dump : option --exclude-schema not recognized

From: Arnaud Lesauvage <thewild(at)freesurf(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump : option --exclude-schema not recognized
Date: 2006-11-17 08:48:24
Message-ID: 455D7758.3070601@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all !

I am trying to exclude just one schema of my dump.

pg_dump -N myschema
or
pg_dump --exclude-schema=myschema
both tell me that the option is unknown.

I am using the win32 binary distribution v8.1.4 (pg_dump
--version says 8.1.4 too).

Is this normal ?

Thanks !
--
Arnaud

Responses

Browse pgsql-general by date

  From Date Subject
Next Message surabhi.ahuja 2006-11-17 08:49:35 Re: dependency on 32 bit libpq.so on 64 bit Postgres server.
Previous Message Tom Lane 2006-11-17 04:01:22 Re: explain analyze taking longer than executing the query?