pgsql: Remove obsolete advice about doubling backslashes in regex escap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove obsolete advice about doubling backslashes in regex escap
Дата
Msg-id E1ZteuR-00008N-Ji@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete advice about doubling backslashes in regex escapes.

Standard-conforming literals have been the default for long enough that
it no longer seems necessary to go out of our way to tell people to write
regex escapes illegibly.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fdae4a93e9df6b9b0f0ef5b0ccff697e4859710f

Modified Files
--------------
doc/src/sgml/func.sgml |   10 ----------
1 file changed, 10 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove obsolete advice about doubling backslashes in regex escap
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: postgres_fdw: Add ORDER BY to some remote SQL queries.