clarify Regular Expression functions

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bgailer(at)gmail(dot)com
Subject: clarify Regular Expression functions
Date: 2018-01-13 15:06:38
Message-ID: 20180113150638.1408.7268@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/functions-matching.html
Description:

9.7.3. POSIX Regular Expressions

I suggest a section for functions e.g. 9.7.3.0 Functions
Regular Expressions are applied using Functions:
substring
regexp_replace
etc. where these are links to the corresponding text

and the text for each function begin with the function name as a heading.

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-01-13 15:24:14 clarify Regular Expression Functions in 9.7.3. POSIX Regular Expressions
Previous Message PG Doc comments form 2018-01-13 14:59:06 clarify Regular Expression Match Operators