[PATCH] fix references to like_regex

From: Gilles Darold <gilles(at)migops(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] fix references to like_regex
Date: 2021-11-02 14:58:49
Message-ID: 5df9fa6a-0d97-73fe-9773-d88742b435d8@migops.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Since we have the regexp_like operator I have found that there is two
references in the documentation about PostgreSQL lacking of LIKE_REGEX
implementation. Here is a patch to fix the documentation. I simply
remove the reference to non exist of LIKE_REGEX in PostgreSQL in chapter
"9.7.3.8 Differences from XQuery"  And try to modify chapter "9.16.2.3.
SQL/JSON Regular Expressions" to mention the REGEXP_LIKE operator. For
the second fix there should be better wording.

Best regards,

--
Gilles Darold

Attachment Content-Type Size
0001-like_regex-doc-fix-v1.patch text/x-patch 2.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2021-11-02 15:03:11 Re: archive modules
Previous Message Tomas Vondra 2021-11-02 14:43:27 Re: Added schema level support for publication.