From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/infoschema-sql-parts.html | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-sql-parts.html (limited to 'doc/src/sgml/html/infoschema-sql-parts.html') diff --git a/doc/src/sgml/html/infoschema-sql-parts.html b/doc/src/sgml/html/infoschema-sql-parts.html new file mode 100644 index 0000000..fe8b191 --- /dev/null +++ b/doc/src/sgml/html/infoschema-sql-parts.html @@ -0,0 +1,39 @@ + +37.50. sql_parts

37.50. sql_parts

+ The table sql_parts contains information about + which of the several parts of the SQL standard are supported by + PostgreSQL. +

Table 37.48. sql_parts Columns

+ Column Type +

+

+ Description +

+ feature_id character_data +

+

+ An identifier string containing the number of the part +

+ feature_name character_data +

+

+ Descriptive name of the part +

+ is_supported yes_or_no +

+

+ YES if the part is fully supported by the + current version of PostgreSQL, + NO if not +

+ is_verified_by character_data +

+

+ Always null, since the PostgreSQL development group does not + perform formal testing of feature conformance +

+ comments character_data +

+

+ Possibly a comment about the supported status of the part +


\ No newline at end of file -- cgit v1.2.3