[GENERAL] pg_dump : option --exclude-schema not recognized

2006-11-17 Thread Arnaud Lesauvage
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

Re: [GENERAL] pg_dump : option --exclude-schema not recognized

2006-11-17 Thread Richard Huxton
Arnaud Lesauvage wrote: 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. It's not in 8.1 - you must have been reading the 8.2 docs http://www.postgresql.org/docs/8.1/static/app-pgdump.

Re: [GENERAL] pg_dump : option --exclude-schema not recognized

2006-11-17 Thread Arnaud Lesauvage
Richard Huxton a écrit : Arnaud Lesauvage wrote: Richard Huxton a écrit : Arnaud Lesauvage wrote: 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. It's not in 8.1 - you must have be

Re: [GENERAL] pg_dump : option --exclude-schema not recognized

2006-11-26 Thread Jim Nasby
On Nov 17, 2006, at 5:31 AM, Arnaud Lesauvage wrote: Richard Huxton a écrit : Arnaud Lesauvage wrote: Richard Huxton a écrit : Arnaud Lesauvage wrote: 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 o