pgsql: Document the exponentiation operator as associating left to righ

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Document the exponentiation operator as associating left to righ
Дата
Msg-id E1aDbIx-0008DL-RQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document the exponentiation operator as associating left to right.

Common mathematical convention is that exponentiation associates right to
left.  We aren't going to change the parser for this, but we could note
it in the operator's description.  (It's already noted in the operator
precedence/associativity table, but users might not look there.)
Per bug #13829 from Henrik Pauli.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4388895a65aa71961e885d8a292e95b70fd57ad8

Modified Files
--------------
doc/src/sgml/func.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Document the exponentiation operator as associating left to righ
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Document the exponentiation operator as associating left to righ