Add sql_features table to information schema. Generate the features list
Peter Eisentraut <peter_e@gmx.net>
Add sql_features table to information schema. Generate the features list in the documentation from that same data.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/features.sgml | modified | +29 −2210 |
| doc/src/sgml/filelist.sgml | modified | +4 −1 |
| doc/src/sgml/Makefile | modified | +14 −5 |
| doc/src/sgml/mk_feature_tables.pl | added | +54 −0 |
| src/backend/catalog/information_schema.sql | modified | +31 −7 |
| src/backend/catalog/Makefile | modified | +3 −2 |
| src/backend/catalog/sql_feature_packages.txt | added | +82 −0 |
| src/backend/catalog/sql_features.txt | added | +360 −0 |
| src/bin/initdb/initdb.sh | modified | +7 −1 |