@@ -4963,160 +4963,6 @@ ORDER BY c.ordinal_position;
49634963 </table>
49644964 </sect1>
49654965
4966- <sect1 id="infoschema-sql-languages">
4967- <title><literal>sql_languages</literal></title>
4968-
4969- <para>
4970- The table <literal>sql_languages</literal> contains one row for
4971- each SQL language binding that is supported by
4972- <productname>PostgreSQL</productname>.
4973- <productname>PostgreSQL</productname> supports direct SQL and
4974- embedded SQL in C; that is all you will learn from this table.
4975- </para>
4976-
4977- <para>
4978- This table was removed from the SQL standard in SQL:2008, so there
4979- are no entries referring to standards later than SQL:2003.
4980- </para>
4981-
4982- <table>
4983- <title><literal>sql_languages</literal> Columns</title>
4984-
4985- <tgroup cols="3">
4986- <thead>
4987- <row>
4988- <entry>Name</entry>
4989- <entry>Data Type</entry>
4990- <entry>Description</entry>
4991- </row>
4992- </thead>
4993-
4994- <tbody>
4995- <row>
4996- <entry><literal>sql_language_source</literal></entry>
4997- <entry><type>character_data</type></entry>
4998- <entry>
4999- The name of the source of the language definition; always
5000- <literal>ISO 9075</literal>, that is, the SQL standard
5001- </entry>
5002- </row>
5003-
5004- <row>
5005- <entry><literal>sql_language_year</literal></entry>
5006- <entry><type>character_data</type></entry>
5007- <entry>
5008- The year the standard referenced in
5009- <literal>sql_language_source</literal> was approved.
5010- </entry>
5011- </row>
5012-
5013- <row>
5014- <entry><literal>sql_language_conformance</literal></entry>
5015- <entry><type>character_data</type></entry>
5016- <entry>
5017- The standard conformance level for the language binding. For
5018- ISO 9075:2003 this is always <literal>CORE</literal>.
5019- </entry>
5020- </row>
5021-
5022- <row>
5023- <entry><literal>sql_language_integrity</literal></entry>
5024- <entry><type>character_data</type></entry>
5025- <entry>Always null (This value is relevant to an earlier version of the SQL standard.)</entry>
5026- </row>
5027-
5028- <row>
5029- <entry><literal>sql_language_implementation</literal></entry>
5030- <entry><type>character_data</type></entry>
5031- <entry>Always null</entry>
5032- </row>
5033-
5034- <row>
5035- <entry><literal>sql_language_binding_style</literal></entry>
5036- <entry><type>character_data</type></entry>
5037- <entry>
5038- The language binding style, either <literal>DIRECT</literal> or
5039- <literal>EMBEDDED</literal>
5040- </entry>
5041- </row>
5042-
5043- <row>
5044- <entry><literal>sql_language_programming_language</literal></entry>
5045- <entry><type>character_data</type></entry>
5046- <entry>
5047- The programming language, if the binding style is
5048- <literal>EMBEDDED</literal>, else null. <productname>PostgreSQL</productname> only
5049- supports the language C.
5050- </entry>
5051- </row>
5052- </tbody>
5053- </tgroup>
5054- </table>
5055- </sect1>
5056-
5057- <sect1 id="infoschema-sql-packages">
5058- <title><literal>sql_packages</literal></title>
5059-
5060- <para>
5061- The table <literal>sql_packages</literal> contains information
5062- about which feature packages defined in the SQL standard are
5063- supported by <productname>PostgreSQL</productname>. Refer to <xref
5064- linkend="features"/> for background information on feature packages.
5065- </para>
5066-
5067- <table>
5068- <title><literal>sql_packages</literal> Columns</title>
5069-
5070- <tgroup cols="3">
5071- <thead>
5072- <row>
5073- <entry>Name</entry>
5074- <entry>Data Type</entry>
5075- <entry>Description</entry>
5076- </row>
5077- </thead>
5078-
5079- <tbody>
5080- <row>
5081- <entry><literal>feature_id</literal></entry>
5082- <entry><type>character_data</type></entry>
5083- <entry>Identifier string of the package</entry>
5084- </row>
5085-
5086- <row>
5087- <entry><literal>feature_name</literal></entry>
5088- <entry><type>character_data</type></entry>
5089- <entry>Descriptive name of the package</entry>
5090- </row>
5091-
5092- <row>
5093- <entry><literal>is_supported</literal></entry>
5094- <entry><type>yes_or_no</type></entry>
5095- <entry>
5096- <literal>YES</literal> if the package is fully supported by the
5097- current version of <productname>PostgreSQL</productname>, <literal>NO</literal> if not
5098- </entry>
5099- </row>
5100-
5101- <row>
5102- <entry><literal>is_verified_by</literal></entry>
5103- <entry><type>character_data</type></entry>
5104- <entry>
5105- Always null, since the <productname>PostgreSQL</productname> development group does not
5106- perform formal testing of feature conformance
5107- </entry>
5108- </row>
5109-
5110- <row>
5111- <entry><literal>comments</literal></entry>
5112- <entry><type>character_data</type></entry>
5113- <entry>Possibly a comment about the supported status of the package</entry>
5114- </row>
5115- </tbody>
5116- </tgroup>
5117- </table>
5118- </sect1>
5119-
51204966 <sect1 id="infoschema-sql-parts">
51214967 <title><literal>sql_parts</literal></title>
51224968
@@ -5239,68 +5085,6 @@ ORDER BY c.ordinal_position;
52395085 </table>
52405086 </sect1>
52415087
5242- <sect1 id="infoschema-sql-sizing-profiles">
5243- <title><literal>sql_sizing_profiles</literal></title>
5244-
5245- <para>
5246- The table <literal>sql_sizing_profiles</literal> contains
5247- information about the <literal>sql_sizing</literal> values that are
5248- required by various profiles of the SQL standard. <productname>PostgreSQL</productname> does
5249- not track any SQL profiles, so this table is empty.
5250- </para>
5251-
5252- <table>
5253- <title><literal>sql_sizing_profiles</literal> Columns</title>
5254-
5255- <tgroup cols="3">
5256- <thead>
5257- <row>
5258- <entry>Name</entry>
5259- <entry>Data Type</entry>
5260- <entry>Description</entry>
5261- </row>
5262- </thead>
5263-
5264- <tbody>
5265- <row>
5266- <entry><literal>sizing_id</literal></entry>
5267- <entry><type>cardinal_number</type></entry>
5268- <entry>Identifier of the sizing item</entry>
5269- </row>
5270-
5271- <row>
5272- <entry><literal>sizing_name</literal></entry>
5273- <entry><type>character_data</type></entry>
5274- <entry>Descriptive name of the sizing item</entry>
5275- </row>
5276-
5277- <row>
5278- <entry><literal>profile_id</literal></entry>
5279- <entry><type>character_data</type></entry>
5280- <entry>Identifier string of a profile</entry>
5281- </row>
5282-
5283- <row>
5284- <entry><literal>required_value</literal></entry>
5285- <entry><type>cardinal_number</type></entry>
5286- <entry>
5287- The value required by the SQL profile for the sizing item, or 0
5288- if the profile places no limit on the sizing item, or null if
5289- the profile does not require any of the features for which the
5290- sizing item is applicable
5291- </entry>
5292- </row>
5293-
5294- <row>
5295- <entry><literal>comments</literal></entry>
5296- <entry><type>character_data</type></entry>
5297- <entry>Possibly a comment pertaining to the sizing item within the profile</entry>
5298- </row>
5299- </tbody>
5300- </tgroup>
5301- </table>
5302- </sect1>
5303-
53045088 <sect1 id="infoschema-table-constraints">
53055089 <title><literal>table_constraints</literal></title>
53065090
0 commit comments