From professional translators, enterprises, web pages and freely available translation repositories.
postgresqlには数多くの組込み型がありますが、ここでは基本型のみがサ ポートされます。すべての integer, boolean, void型は integer 値として返されま す。すべての浮動小数点型と実数型は、 float の値として返 されます。配列型を含むその他のすべての型は、 psql プログラムで出力される文字列フォーマットと同様にpostgresqlのデフォ ルトの文字列フォーマットで返されます。
all other types, including arrays are returned as strings formatted in the same default postgresql manner that you would see in the psql program.