From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: All and ANY |
Date: | 2011-10-26 17:33:38 |
Message-ID: | 4EA84472.2060406@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 10/26/11 6:38 AM, salah jubeh wrote:
>
> Can someone please direct me where I can find documentation about ALL
> and ANY functions. I searched postgresql documentation but I did not
> find the appropriate pages
>
http://www.postgresql.org/docs/current/static/functions-subquery.html#FUNCTIONS-SUBQUERY-ANY-SOME
http://www.postgresql.org/docs/current/static/functions-comparisons.html#AEN17416
(note one operates on the results of a subquery, while the other nearly
identical page is operating on an array)
fyi, I found these quite directly by going to the Index
http://www.postgresql.org/docs/current/static/bookindex.html
--
john r pierce N 37, W 122
santa cruz ca mid-left coast
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Redekop | 2011-10-26 17:41:38 | Re: Can someone help explain what's going on from the attached logs? |
Previous Message | Mike Blackwell | 2011-10-26 17:26:20 | Re: All and ANY |