Re: BUG #8092: pg_dump need sur quoting schema name - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #8092: pg_dump need sur quoting schema name
Date
Msg-id 20130418150035.GA2246@eldon.alvh.no-ip.org
Whole thread Raw
In response to BUG #8092: pg_dump need sur quoting schema name  (xavier.mouton-dubosc@notalus.fr)
Responses Re: BUG #8092: pg_dump need sur quoting schema name
List pgsql-bugs
xavier.mouton-dubosc@notalus.fr wrote:

> works well. But when I try to dump "other" schema
> pg_dump -s  --schema=3D"other" [...]
>=20
> I have this error:
> pg_dump: No matching schemas were found
>=20
> I have to surquote schema name to have it working
> pg_dump -s  --schema=3D"\"other\"" [...]
>=20
> seems strange

Does your "other" schema have uppercase letters or some such?

--=20
=C1lvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: xavier.mouton-dubosc@notalus.fr
Date:
Subject: BUG #8092: pg_dump need sur quoting schema name
Next
From: Jeff Janes
Date:
Subject: Re: BUG #8025: PostgreSQL crash (>= 9.1 64 bit)