From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/infoschema-sql-sizing.html | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/src/sgml/html/infoschema-sql-sizing.html (limited to 'doc/src/sgml/html/infoschema-sql-sizing.html') diff --git a/doc/src/sgml/html/infoschema-sql-sizing.html b/doc/src/sgml/html/infoschema-sql-sizing.html new file mode 100644 index 0000000..1d1b027 --- /dev/null +++ b/doc/src/sgml/html/infoschema-sql-sizing.html @@ -0,0 +1,38 @@ + +36.47. sql_sizing

36.47. sql_sizing

+ The table sql_sizing contains information about + various size limits and maximum values in + PostgreSQL. This information is + primarily intended for use in the context of the ODBC interface; + users of other interfaces will probably find this information to be + of little use. For this reason, the individual sizing items are + not described here; you will find them in the description of the + ODBC interface. +

Table 36.45. sql_sizing Columns

+ Column Type +

+

+ Description +

+ sizing_id cardinal_number +

+

+ Identifier of the sizing item +

+ sizing_name character_data +

+

+ Descriptive name of the sizing item +

+ supported_value cardinal_number +

+

+ Value of the sizing item, or 0 if the size is unlimited or + cannot be determined, or null if the features for which the + sizing item is applicable are not supported +

+ comments character_data +

+

+ Possibly a comment pertaining to the sizing item +


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