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インタフェースの説明に記載されています。
表35.49 sql_sizing
の列
Column Type 列 型 Description 説明 |
---|
Identifier of the sizing item サイズ調整項目の識別子です。 |
Descriptive name of the sizing item サイズ調整項目の説明的な名前です。 |
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です。 |
Possibly a comment pertaining to the sizing item おそらくサイズ調整項目に関するコメントです。 |