pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc
Date
Msg-id E1jGQ9p-00007u-IF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: explain that LIKE et al can be used in ANY (sub-select) etc.

This wasn't stated anywhere, and it's perhaps not that obvious,
since we get questions about it from time to time.  Also undocumented
was that the parser actually translates these into operators.

Discussion: https://postgr.es/m/CAFj8pRBkvZ71BqGKZnBBG4=0cKG+s50Dy+DYmrizUKEpAtdc+w@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/25bf317ccd5aa6050f1f0ac6aa5ed48cb5c6e98c

Modified Files
--------------
doc/src/sgml/func.sgml | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix our getopt_long's behavior for a command line argument of ju
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Disk-based Hash Aggregation.