diff options
| author | Peter Eisentraut | 2019-10-25 19:11:48 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2019-10-25 19:37:14 +0000 |
| commit | 2fc2a88e6722df40245d3ae2ec7f8fc1c6bf0596 (patch) | |
| tree | 56acc5835752c0abb8219b603734d1239b16b62a /src/test | |
| parent | 592a16321bd760d21220d0b2648bf151065816a5 (diff) | |
Remove obsolete information schema tables
Remove SQL_LANGUAGES, which was eliminated in SQL:2008, and
SQL_PACKAGES and SQL_SIZING_PROFILES, which were eliminated in
SQL:2011. Since they were dropped by the SQL standard, the
information in them was no longer updated and therefore no longer
useful.
This also removes the feature-package association information in
sql_feature_packages.txt, but for the time begin we are keeping the
information which features are in the Core package (that is, mandatory
SQL features). Maybe at some point someone wants to invent a way to
store that that does not involve using the "package" mechanism
anymore.
Discussion https://www.postgresql.org/message-id/flat/91334220-7900-071b-9327-0c6ecd012017%402ndquadrant.com
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/expected/sanity_check.out | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index d6e75ffce6..070de78e85 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -177,11 +177,8 @@ shighway|t slow_emp4000|f sql_features|f sql_implementation_info|f -sql_languages|f -sql_packages|f sql_parts|f sql_sizing|f -sql_sizing_profiles|f stud_emp|f student|f tableam_parted_a_heap2|f |
