Re: is somewhere documented x LIKE ANY(ARRAY)?

Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-23T12:54:31Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:

> Hi
>
> I try to search notice about it, to get info about release date of this
> feature, but I cannot find it.

It's documented in
https://www.postgresql.org/docs/current/functions-comparisons.html, and
has been around since at least 7.4.

> Regards
>
> Pavel

- ilmari
-- 
- Twitter seems more influential [than blogs] in the 'gets reported in
  the mainstream press' sense at least.               - Matt McLeod
- That'd be because the content of a tweet is easier to condense down
  to a mainstream media article.                      - Calle Dybedahl



Commits

  1. Doc: explain that LIKE et al can be used in ANY (sub-select) etc.