Обсуждение: pgsql/doc/src/sgml func.sgml

Поиск
Список
Период
Сортировка

pgsql/doc/src/sgml func.sgml

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/03/25 13:14:31

Modified files:
    doc/src/sgml   : func.sgml

Log message:
    The regexp pattern characters ^ and $ should be explained as matching
    at the beginning and end of the input string, not the beginning and end
    of "a line", since Postgres does not allow them to match at newline
    characters in the data.