バージョンごとのドキュメント一覧

37.51. sql_sizing #

The table <literal>sql_sizing</literal> contains information about various size limits and maximum values in <productname>PostgreSQL</productname>. 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. sql_sizingテーブルには、PostgreSQL中の各種サイズ制限と上限値に関する情報があります。 この情報は主にODBCインタフェース環境での使用を意図しています。 他のインタフェースのユーザはおそらくこの情報があまり役に立たないものと考えるでしょう。 このため、個々のサイズ調整項目はここでは記載しません。 ODBCインタフェースの説明に記載されています。

表37.49 sql_sizingの列

<title><structname>sql_sizing</structname> Columns</title>

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 サイズ調整項目の値です。サイズに制限がない場合や決定できない場合はゼロです。 サイズ調整項目を適用する機能がサポートされない場合はNULLです。

comments character_data

Possibly a comment pertaining to the sizing item おそらくサイズ調整項目に関するコメントです。