openGauss下载
来源:华为
浏览 565
扫码
分享
2020-07-02 20:53:05
常量与宏
openGauss支持的常量和宏请参见表1。
表 1 常量和宏
参数 | 描述 | 示例 |
---|
CURRENT_CATALOG | 当前数据库 | postgres=# SELECT CURRENT_CATALOG;
current_database
postgres
(1 row)
|
CURRENT_ROLE | 当前用户 | postgres=# SELECT CURRENT_ROLE;
current_user
omm
(1 row)
|
CURRENT_SCHEMA | 当前数据库模式 | postgres=# SELECT CURRENT_SCHEMA;
current_schema
public
(1 row)
|
CURRENT_USER | 当前用户 | postgres=# SELECT CURRENT_USER;
current_user
omm
(1 row)
|
LOCALTIMESTAMP | 当前会话时间(无时区) | postgres=# SELECT LOCALTIMESTAMP;
timestamp
2015-10-10 15:37:30.968538
(1 row)
|
NULL | 空值 | - |
SESSION_USER | 当前系统用户 | postgres=# SELECT SESSION_USER;
session_user
omm
(1 row)
|
SYSDATE | 当前系统日期 | postgres=# SELECT SYSDATE;
sysdate
2015-10-10 15:48:53
(1 row)
|
USER | 当前用户,此用户为CURRENT_USER的别名。 | postgres=# SELECT USER;
current_user
omm
(1 row)
|
当前内容版权归
华为 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
华为 .