]> granicus.if.org Git - postgresql/commit
Add sql_features table to information schema. Generate the features list
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Jan 2003 23:19:34 +0000 (23:19 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Jan 2003 23:19:34 +0000 (23:19 +0000)
commit2160c9177d03c3989ca7fb9fa093adec0f3a116f
tree9af54dd7978e37b92baa5c8905c5dd96ce60cc51
parent1eddbd81fac14b3e951251b2b084a9ac3aa24133
Add sql_features table to information schema.  Generate the features list
in the documentation from that same data.
doc/src/sgml/Makefile
doc/src/sgml/features.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/mk_feature_tables.pl [new file with mode: 0644]
src/backend/catalog/Makefile
src/backend/catalog/information_schema.sql
src/backend/catalog/sql_feature_packages.txt [new file with mode: 0644]
src/backend/catalog/sql_features.txt [new file with mode: 0644]
src/bin/initdb/initdb.sh