pg_dump.exe - quotation marks in schema names

Поиск
Список
Период
Сортировка
От
Тема pg_dump.exe - quotation marks in schema names
Дата
Msg-id DUB104-W28DC11163C9954158B1858A9690@phx.gbl
обсуждение исходный текст
Ответы Re: pg_dump.exe - quotation marks in schema names  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
Hello
"pg_dump" seems to have an issue with schema names containing quotation marks ("). The values do not get passed to the
toolproperly. 
From Pgadmin:
C:\Program Files\pgAdmin III\1.10\pg_dump.exe --host localhost --port 5432 --username xxx --format plain --schema-only
--verbose--file "C:\schema.sql" --schema "ACCOUNTING" postgres 
pg_dump: No matching schemas were found
pg_dump: *** aborted because of error
Process returned exit code 1.

From the command line:
"C:\Program Files\pgAdmin III\1.10\pg_dump.exe" --host localhost --port 5432 --username ccc --format plain
--schema-only--verbose --file "C:\schema.sql" --schema "\"ACCOUNTING\"" postgres 
Not sure this is a Windows or reqular expression issue but it is annoying for us as all our schemas has double quotes.
Maybe there is a quick remedy...
Cheers
B.

В списке pgadmin-support по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Failed to write to history file
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pg_dump.exe - quotation marks in schema names