Re: Infix Function? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Infix Function?
Date
Msg-id 20050627152403.GB18785@wolff.to
Whole thread Raw
In response to Infix Function?  (Peter Fein <pfein@pobox.com>)
List pgsql-general
On Sun, Jun 26, 2005 at 15:42:25 -0500,
  Peter Fein <pfein@pobox.com> wrote:
>
> Is there anyway to create an infix version of this?  I'd really like be
> able to write (where a..d are some boolean conditions):

Use <>:
area=> select true <> false <> true;
 ?column?
----------
 f
(1 row)

area=> select false <> true <> false;
 ?column?
----------
 t
(1 row)

pgsql-general by date:

Previous
From: "K.Deepa"
Date:
Subject: Status of pg_dump
Next
From: Bruno Wolff III
Date:
Subject: Re: Finding points within 50 miles