Initial version of the SQL information schema
Peter Eisentraut <peter_e@gmx.net>
Initial version of the SQL information schema
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/features.sgml | modified | +73 −73 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/backend/catalog/information_schema.sql | added | +516 −0 |
| src/backend/catalog/Makefile | modified | +7 −6 |
| src/backend/Makefile | modified | +3 −3 |
| src/bin/initdb/initdb.sh | modified | +5 −1 |
| src/test/regress/expected/rules.out | modified | +1 −1 |
| src/test/regress/expected/type_sanity.out | modified | +1 −1 |
| src/test/regress/input/create_function_2.source | modified | +3 −2 |
| src/test/regress/output/create_function_2.source | modified | +3 −2 |
| src/test/regress/sql/rules.sql | modified | +1 −1 |
| src/test/regress/sql/type_sanity.sql | modified | +1 −1 |