400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
400-800-0824
info@ymatrix.cn
YMatrix 文档
快速上手
SQL参考
工具指南
显示系统配置参数的值。
SHOW configuration_parameter
SHOW ALL
SHOW显示 YMatrix 数据库系统配置参数的当前设置。 您可以使用SET语句或通过编辑 YMatrix 数据库master的postgresql.conf配置文件来设置这些参数。 请注意,SHOW可以查看的某些参数是只读的 - 可以查看但不能设置它们的值。 有关详细信息,请参见 YMatrix 数据库参考指南。
configuration_parameter
ALL
显示参数DateStyle的当前设置:
SHOW DateStyle;
DateStyle
-----------
ISO, MDY
(1 row)
显示参数geqo的当前设置:
SHOW geqo;
geqo
------
off
(1 row)
显示所有参数的当前设置:
SHOW ALL;
name | setting | description
------------------+---------+----------------------------------------------------
application_name | psql | Sets the application name to be reported in sta...
.
.
.
xmlbinary | base64 | Sets how binary values are to be encoded in XML.
xmloption | content | Sets whether XML data in implicit parsing and s...
(331 rows)
SHOW是 YMatrix 数据库扩展。