Re: What does # mean in plpgsql? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: What does # mean in plpgsql?
Date
Msg-id 201008120759.54544.adrian.klaver@gmail.com
Whole thread Raw
In response to What does # mean in plpgsql?  (Stephen Cook <sclists@gmail.com>)
List pgsql-general
On Thursday 12 August 2010 7:51:39 am Stephen Cook wrote:
> What does the hash mark (#) mean in plpgsql?
>
> I saw it used in the pseudo_encrypt function @
> http://wiki.postgresql.org/wiki/Pseudo_encrypt, on the line:
>
> r2 := l1 # ((((1366.0 * r1 + 150889) % 714025) / 714025.0) * 32767)::int;
>
> My google-fu has failed me on this one, and I needs to know.
>
> Thanks!
>
>
> -- Stephen

From here:
http://www.postgresql.org/docs/8.4/interactive/functions-math.html
bitwise XOR

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: What does # mean in plpgsql?
Next
From: "Daniel Verite"
Date:
Subject: Re: What does # mean in plpgsql?