Incomplete description in Create Operator (function arg order must match too)

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Incomplete description in Create Operator (function arg order must match too)
Дата
Msg-id CAKFQuwYGrVb1oLGXJ2PfNmxnJKeyFqCMLStT2Upb1159byWkHQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-docs

"""
The function_name procedure must have been previously defined using CREATE FUNCTION and must be defined to accept the correct number of arguments (either one or two) of the indicated types.
"""

This should also include a comment about "in the same order"

"...to accept the correct number of arguments (either one or two and in left to right order) of the indicated types."

Apparently the system does not attempt to find (2 arg) functions with the correct number and types of arguments but in the reverse order.

At least 9.3 appears not to...

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Omission of "(or C)" in psql's "pset title" header
Следующее
От: Monica Gamazo
Дата:
Сообщение: Re: Omission of "(or C)" in psql's "pset title" header