pgsql: Doc: work a little harder on the initial examples for regex matc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: work a little harder on the initial examples for regex matc
Дата
Msg-id E1l6gun-0000Xb-Cd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: work a little harder on the initial examples for regex matching.

Writing unnecessary '.*' at start and end of a POSIX regex doesn't
do much except confuse the reader about whether that might be
necessary after all.  Make the examples in table 9.16 a tad more
realistic, and try to turn the next group of examples into something
self-contained.

Per gripe from rmzgrimes.  Back-patch to v13 because it's easy.

Discussion: https://postgr.es/m/161215841824.14653.8969016349304314299@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9522085ac917af66dba29939af328ae67300f10a

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove incidental dependencies on partitioned_rels lists.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove unused column atttypmod from initial tablesync query