当前位置:网站首页>Gbase 8C configuration setting function
Gbase 8C configuration setting function
2022-07-28 01:55:00 【Dazhuang twelve】
The configuration setting function is a function that can be used to query and modify run-time configuration parameters .
current_setting(setting_name)
describe : Current setting value .
return type :text
remarks :current_setting Used to obtain setting_name The current value of the . and SQL sentence SHOW It's equivalent . such as :
gbase=# SELECT current_setting('datestyle');
current_setting
-----------------
ISO, MDY
(1 row)
set_working_grand_version_num_manually(tmp_version)
describe : Update and upgrade the new features of the database by switching the authorized version number .
return type :void
shell_in(type)
describe : by shell Type input route ( Those types that have not been filled ).
return type :void
shell_out(type)
describe : by shell Type output route ( Those types that have not been filled ).
return type :void
set_config(setting_name, new_value, is_local)
describe : Set parameters and return new values .
return type :text
remarks :set_config The parameter setting_name Set to new_value. If is_local by true, be new_value Will only be applied to the current transaction . If you want to new_value Apply to current session , have access to false, and SQL sentence SET It's equivalent . for example :
gbase=# SELECT set_config('log_statement_stats', 'off', false);
set_config
------------
off
(1 row)
边栏推荐
- 周报、月报有多折磨人?万能报表模板建议收藏!(附模板)
- Prediction of charitable donation behavior by EEG multivariate model analysis
- GBase 8c 服务器信号函数
- Data warehouse construction - DWS floor
- GBase 8c 通用文件访问函数
- Cap principle of [distributed development]
- 小散量化炒股记|量化系统中数据是源头,教你搭建一款普适的数据源框架
- 写给去不图床用户的一封信
- GBase 8c 快照同步函数
- 26. Abstraction and template ideas
猜你喜欢

Data warehouse construction - DWS floor

Linux系统彻底删除Mysql

The storage cost is reduced by 80%. How does the cost management of youzan data middle office do?

IIC read / write eefprom

数据安全与隐私计算峰会-可证明安全:学习
![[style set 1] tab](/img/b4/01575a37fcc69a7b4e39cade08413d.png)
[style set 1] tab

面试官:你确定Redis是单线程的进程吗?

自定义类型:结构体,枚举,联合

Discussion on PHP using some functions bypass WAF

Qlib tutorial - based on source code (II) local data saving and loading
随机推荐
Unity 通用红点系统
GBase 8c 快照同步函数
基于 Flink CDC 实现海量数据的实时同步和转换
What is method and methodology: understand the underlying logic of self-improvement
IIC read / write eefprom
Machine learning how to achieve epidemic visualization -- epidemic data analysis and prediction practice
忘记root密码
Interview question 01.09. string rotation
N32L43x Flash读\写\擦除操作总结
递归相关习题
Fiddler 手机抓包代理设置(针对华为荣耀60S)
三舅的故事
【向 Dice Roller 应用添加图片】
石油化工行业迎战涨价大潮,经销商分销系统平台数字化赋能经销商与门店
HCIP第十五天
ue4 unreal NDisplay插件 简易使用 三折幕 详细...
学习了循环碰到了编写计算n的阶乘的题目,由此引发了一系列问题,包括一些初学者常见的坑,以及如何简化代码
路由策略简介
小散量化炒股记|量化系统中数据是源头,教你搭建一款普适的数据源框架
使用Gateway的流式api修改请求路径