Re: BUG #2634: path requires double \\ for WAL

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: BUG #2634: path requires double \\ for WAL
Дата
Msg-id 1158604015.30652.4.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Re: BUG #2634: path requires double \\ for WAL  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: BUG #2634: path requires double \\ for WAL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Mon, 2006-09-18 at 13:37 -0400, Bruce Momjian wrote:
> Yes, this is required because we use backslashes for escapes.  The
> backslashing can be turned off in 8.2.
>

So the postgresql.conf setting "standard_conforming strings" that turns
off backslash escaping affects the interpretation of other
postgresql.conf settings?

What if you have a path set for archive_command and then you change the
standard_conforming_strings GUC and SIGHUP the server? Will the path be
incorrect?

Regards,
    Jeff Davis

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2634: path requires double \\ for WAL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2634: path requires double \\ for WAL