Re: pgbench - allow backslash continuations in \set expressions

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: pgbench - allow backslash continuations in \set expressions
Дата
Msg-id 476bb27e-c114-4954-a125-8ae962465498@manitou-mail.org
обсуждение исходный текст
Ответ на Re: pgbench - allow backslash continuations in \set expressions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench - allow backslash continuations in \set expressions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
    Fabien COELHO wrote:

>  - if not, are possible corner case backward incompatibilities introduced
>    by such feature ok?

In psql, if backslash followed by [CR]LF is interpreted as a
continuation symbol, commands like these seem problematic
on Windows since backslash is the directory separator:

\cd \
\cd c:\somepath\

Shell invocations also come to mind:
\! dir \


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Add support for restrictive RLS policies
Следующее
От: Mithun Cy
Дата:
Сообщение: Re: Patch: Implement failover on libpq connect level.