pgsql: Doc: update sections 9.1-9.3 for new function table layout.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: update sections 9.1-9.3 for new function table layout.
Дата
Msg-id E1jQCdX-0000bq-3k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: update sections 9.1-9.3 for new function table layout.

I took the opportunity to do some copy-editing in this area as well,
and to add some new material such as a note about BETWEEN's syntactical
peculiarities.

Of note is that quite a few of the examples of transcendental functions
needed to be updated, because the displayed output no longer matched
what you get on a modern server.  I believe some of these cases are
side-effects of the new Ryu algorithm in float8out.  Others appear to be
because the examples predate the addition of type numeric, and were
expecting that float8 calculations would be done although the given
syntax would actually lead to calling the numeric function nowadays.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81e83216d5b6826167d5116bd084b7b3a364b0b3

Modified Files
--------------
doc/src/sgml/func.sgml             | 1555 ++++++++++++++++++++++++------------
doc/src/sgml/stylesheet-common.xsl |    6 +-
2 files changed, 1052 insertions(+), 509 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix update-unicode target
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix missing pfree() in logtape.c, missed by 24d85952.