pgsql: Doc: fix examples of # operators so they actually work.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix examples of # operators so they actually work.
Дата
Msg-id E1bnV7b-0003up-C0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: fix examples of # operators so they actually work.

These worked as-is until around 7.0, but fail in newer versions because
there are more operators named "#".  Besides it's a bit inconsistent that
only two of the examples on this page lack type names on their constants.

Report: <20160923081530.1517.75670@wrigleys.postgresql.org>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2cb1215be6205bbdd4f8ad9e43dcbcdbebedb686

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix examples of # operators so they actually work.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix examples of # operators so they actually work.