pgsql: Fix incorrect markup in documentation of window frame clauses.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix incorrect markup in documentation of window frame clauses.
Дата
Msg-id E1Yd68q-000573-S3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect markup in documentation of window frame clauses.

You're required to write either RANGE or ROWS to start a frame clause,
but the documentation incorrectly implied this is optional.  Noted by
David Johnston.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f6caf5acf1def92d7425151a92fd990c566fdcc3

Modified Files
--------------
doc/src/sgml/ref/select.sgml |    4 ++--
doc/src/sgml/syntax.sgml     |    4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect markup in documentation of window frame clauses.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect markup in documentation of window frame clauses.