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
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
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.
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