functions-matching.html: Tip says use "Per or Tcl ... ?

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: guettliml(at)thomas-guettler(dot)de
Subject: functions-matching.html: Tip says use "Per or Tcl ... ?
Date: 2021-06-08 11:35:13
Message-ID: 162315211300.14472.5921532337828442695@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/13/functions-matching.html
Description:

https://www.postgresql.org/docs/current/functions-matching.html

```
Tip
If you have pattern matching needs that go beyond this, consider writing a
user-defined function in Perl or Tcl.
```

I think Perl or Tcl are not the common choice today.

AFAIK Python is quite popular, and they have a good regex implementationd,
too.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2021-06-08 16:43:37 Re: functions-matching.html: Tip says use "Per or Tcl ... ?
Previous Message Eric Mutta 2021-06-05 11:37:56 Re: Typo in "13.2.3. Serializable Isolation Level"