Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[GENERAL] Comprehensive operator list

0 views
Skip to first unread message

Thom Brown

unread,
Nov 23, 2009, 11:06:56 AM11/23/09
to
Hi all,

Does anyone know if there's a full list of operators and their usage anywhere?  What I'm after is a combination of what is provided in separate sections in the documentation and what the pg_operator catalog lists.  Or even a generic operator list.  For example: @> generally means left is contained in right.

Thanks

Thom

Merlin Moncure

unread,
Nov 23, 2009, 11:21:33 AM11/23/09
to

from psql,
\do
\doS

(which one to call depends on version) gives a lot of info.

merlin

--
Sent via pgsql-general mailing list (pgsql-...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Thom Brown

unread,
Nov 23, 2009, 11:24:23 AM11/23/09
to
2009/11/23 Merlin Moncure <mmon...@gmail.com>

On Mon, Nov 23, 2009 at 11:06 AM, Thom Brown <thom...@gmail.com> wrote:
> Hi all,
>
> Does anyone know if there's a full list of operators and their usage
> anywhere?  What I'm after is a combination of what is provided in separate
> sections in the documentation and what the pg_operator catalog lists.  Or
> even a generic operator list.  For example: @> generally means left is
> contained in right.

from psql,
\do
\doS

(which one to call depends on version) gives a lot of info.

merlin

Thanks Merlin.  That looks useful :)

Thom
0 new messages