I see that a newly created database in 8.0.0beta2 now has tables sql_sizing,
sql_sizing_profiles, sql_packages, sql_features, sql_implementation_info,
and sql_languages as part of the information schema.
Given these are system tables, why are these tables not prefixed with 'pg_',
as in 'pg_sql_sizing', etc?
Ed