Re: pg_dump - foreign table - server name is not quoted

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump - foreign table - server name is not quoted
Дата
Msg-id 11056.1322499118@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump - foreign table - server name is not quoted  (Ronan Dunklau <rdunklau@gmail.com>)
Ответы Re: pg_dump - foreign table - server name is not quoted  (Ronan Dunklau <rdunklau@gmail.com>)
Список pgsql-bugs
Ronan Dunklau <rdunklau@gmail.com> writes:
> When dumping foreign tables, the server name is not properly quoted,
> which leads to unrestorable dumps.

Clearly a bug.

> Please look at the attached test case and the proposed patch.

I think this patch is not in keeping with typical coding practices in
pg_dump.  Usually we prefer to retrieve names from the server as-is,
then apply fmtId() when printing them --- this is more flexible than
having possibly-pre-quoted names in pg_dump's internal state.

Will fix it the latter way.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: "Thomas Goerner"
Дата:
Сообщение: Re: BUG #6308: Problem w. encoding in client
Следующее
От: Ronan Dunklau
Дата:
Сообщение: Re: pg_dump - foreign table - server name is not quoted