generate documentation keywords table automatically - Mailing list pgsql-hackers

From Peter Eisentraut
Subject generate documentation keywords table automatically
Date
Msg-id 07daeadd-8c82-0d95-5e19-e350502cb749@2ndquadrant.com
Whole thread Raw
Responses Re: generate documentation keywords table automatically
List 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

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: nRe: [PATCH v1] Show whether tables are logged in \dt+
Next
From: Bruce Momjian
Date:
Subject: Re: Optimizer items in the release notes