Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取 Vertica 参数的值
sql:>show parameter <parameter_name>
我怎样才能在vertica中做到这一点?以及如何改变它们?
SELECT * FROM CONFIGURATION_PARAMETERS;
您曾经能够执行以下操作:select get_config_parameter('ParameterName');
select get_config_parameter('ParameterName');
我不确定这是否仍然可用。也应该有一个set_config_parameter功能。
set_config_parameter