Re: [GENERAL] Excluding schema from backup

2006-12-08 Thread Tom Lane
Bill Moran <[EMAIL PROTECTED]> writes: > In response to "Stéphane Schildknecht" <[EMAIL PROTECTED]>: >> pg_dump -U postgres MYDB -N "_MYDB" gives me a dump including that schema. >> >> I then tried pg_dump -U postgres MYDB -n "_MYDB" and then got "pg_dump: >> No matching schemas were found" > My

Re: [GENERAL] Excluding schema from backup

2006-12-08 Thread Bill Moran
In response to "Stéphane Schildknecht" <[EMAIL PROTECTED]>: > Hi all, > > I tried the knewly introduced feature allowing one to exclude a schema > from a backup with pg_dump, but I got a > really strange error : > > pg_dump -U postgres MYDB -N "_MYDB" gives me a dump including that schema. > >

[GENERAL] Excluding schema from backup

2006-12-08 Thread Stéphane Schildknecht
Hi all, I tried the knewly introduced feature allowing one to exclude a schema from a backup with pg_dump, but I got a really strange error : pg_dump -U postgres MYDB -N "_MYDB" gives me a dump including that schema. I then tried pg_dump -U postgres MYDB -n "_MYDB" and then got "pg_dump: No matc