当前位置:网站首页>Gbase 8C system table information function (II)
Gbase 8C system table information function (II)
2022-07-24 00:18:00 【Dazhuang twelve】
- pg_get_expr(pg_node_tree, relation_oid)
describe : Decompile the internal form of the expression , Suppose any of them Vars Both reference the relationship specified by the second parameter .
Return type :text
- pg_get_expr(pg_node_tree, relation_oid, pretty_bool)
describe : Decompile the internal form of the expression , Suppose any of them Vars Both reference the relationship specified by the second parameter .
Return type :text
remarks :pg_get_expr Decompile the internal form of an independent expression , For example, the default value of a field . It is very useful when checking the contents of the system table . If the expression may contain keywords , Then specify that they quote the relevant OID As the second parameter ; If there are no keywords , Zero is enough .
- pg_get_functiondef(func_oid)
describe : Get the definition of the function .
Return type :text
Example :
gbase=# select * from pg_get_functiondef(598);
headerlines | definition
-------------+----------------------------------------------------
4 | CREATE OR REPLACE FUNCTION pg_catalog.abbrev(inet)+
| RETURNS text +
| LANGUAGE internal +
| IMMUTABLE STRICT NOT FENCED NOT SHIPPABLE +
| AS $function$inet_abbrev$function$; +
|
(1 row)
- pg_get_function_arguments(func_oid)
describe : Get the parameter list of the function definition ( With default ).
Return type :text
remarks :pg_get_function_arguments Return the parameter list of a function , Need to be in CREATE FUNCTION This format is used in .
- pg_get_function_identity_arguments(func_oid)
describe : Get the parameter list to determine a function ( Without default ).
Return type :text
remarks :pg_get_function_identity_arguments Return the required parameter list to identify the function , This form needs to be in ALTER FUNCTION Use in , And this form omits the default value .
边栏推荐
- Input and output of ACM mode
- C language explanation series -- understanding of functions (2) how to use functions to exchange the values of two integer variables
- Educational Codeforces Round 132 (Rated for Div. 2)(A-D)
- Mysql database foundation
- docker搭建sonarqube,mysql5.7环境
- 2022年7月23日——mapper文件说明
- [Android kotlin] property, getter and setter
- GBase 8c 访问权限查询函数(一)
- STL案例-评委打分
- Delete all data of specified query criteria in Oracle
猜你喜欢

Pipeline pipeline project is built by declarative and jenkinsfile under Jenkins

2022年7月23日——mapper文件说明

Linked list - 707. Design linked list

php实现 Stripe订阅

String function 1 of C language

Summarize the plan, clarify the direction, concentrate and start a new situation -- the Counterpart Assistance Project of hexu software has achieved remarkable results

子矩阵的和

IIS deployment.Netcore

理解多态,让不同的“人”做同一件事情会产生不同的结果

docker搭建sonarqube,mysql5.7环境
随机推荐
English语法_指示代词 - So
Material return on investment
高数_第1章空间解析几何与向量代数__两点距
理解多态,让不同的“人”做同一件事情会产生不同的结果
day2
String function 1 of C language
GBase 8c 位串操作符(一)
ansible命令自动补全
IIS deployment.Netcore
July 23, 2022 - mapper file description
Gbase 8C string Operator
链表——206. 反转链表(这题很重要)
GBase 8c模式可见性查询函数(二)
Summarize the plan, clarify the direction, concentrate and start a new situation -- the Counterpart Assistance Project of hexu software has achieved remarkable results
Happiness of progress and growth
vulnhub wpwn: 1
Take a nap at home today
kubernetes error
Redis数据结构
什么是 Restful 动词