Re: generate documentation keywords table automatically
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-29T18:45:05Z
Lists: pgsql-hackers
On 2019-04-27 17:25, Tom Lane wrote: > Would it make more sense to have just one source file per SQL standard > version, and distinguish the keyword types by labels within the file? The way I have written it, the lists can be compared directly with the relevant standards by a human. Otherwise we'd need another level of tooling to compose and verify those lists. > A policy issue, independent of this mechanism, is how many different > SQL spec versions we want to show in the table. We had previously established that we want to show 92 and the latest two. I don't propose to change that. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
doc: Generate keywords table automatically
- b753bc0c84e5 12.0 landed