xavier(dot)mouton-dubosc(at)notalus(dot)fr wrote:
> works well. But when I try to dump "other" schema
> pg_dump -s --schema="other" [...]
>
> I have this error:
> pg_dump: No matching schemas were found
>
> I have to surquote schema name to have it working
> pg_dump -s --schema="\"other\"" [...]
>
> seems strange
Does your "other" schema have uppercase letters or some such?
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services