What does # mean in plpgsql?

Поиск
Список
Период
Сортировка
От Stephen Cook
Тема What does # mean in plpgsql?
Дата
Msg-id 4C640A7B.1080302@gmail.com
обсуждение исходный текст
Ответы Re: What does # mean in plpgsql?  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: What does # mean in plpgsql?  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: What does # mean in plpgsql?  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: TOO MANY CONNECTIONS (53300)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: What does # mean in plpgsql?