generate documentation keywords table automatically

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема generate documentation keywords table automatically
Дата
Msg-id 07daeadd-8c82-0d95-5e19-e350502cb749@2ndquadrant.com
обсуждение исходный текст
Ответы Re: generate documentation keywords table automatically  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The SQL keywords table in the documentation had until now been generated
by me every year by some ad hoc scripting outside the source tree once
for each major release.  This patch changes it to an automated process.

We have the PostgreSQL keywords available in a parseable format in
parser/kwlist.h[*].  For the relevant SQL standard versions, keep the
keyword lists in new text files.  A new script
generate-keywords-table.pl pulls it all together and produces a DocBook
table.

The final output in the documentation should be identical after this
change.

(Updates for SQL:2016 to come.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: nRe: [PATCH v1] Show whether tables are logged in \dt+
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Optimizer items in the release notes