当前位置:网站首页>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 .
边栏推荐
- 高数_第2章多元函数微分学__偏导数的几何应用_空间曲线的切线与法平面
- Delete all data of specified query criteria in Oracle
- 单目标追踪——【相关滤波】MOSSE:Visual Object Tracking using Adaptive Correlation Filters
- Solution to the second game of 2022 Niuke multi school league
- 学习的快乐很多
- My meeting of OA project (query)
- Docker builds sonarqube, mysql5.7 environment
- Write all the code as soon as you change the test steps? Why not try yaml to realize data-driven?
- GBase 8c 位串操作符(一)
- Redis 主从、哨兵、集群架构有缺点比较
猜你喜欢
C language explanation series -- understanding of functions (2) how to use functions to exchange the values of two integer variables

Sum of submatrix

NGFW portal authentication experiment

Nacos

加密技术应用

My meeting of OA project (query)

kubernetes error

高数_第2章多元函数微分学__偏导数的几何应用_空间曲线的切线与法平面

After openfeign sets circuitbreaker=true, feign's readtimeout expires

盘点为下个牛市做准备的10个新Layer1
随机推荐
Pytest interface automated testing framework | common running parameters of pytest
FPGA——SPI总线控制flash(3)含代码
进步成长的快乐
什么是 Restful 动词
Gbase 8C string Operator
sed 深入理解与使用
After openfeign sets circuitbreaker=true, feign's readtimeout expires
链表——206. 反转链表(这题很重要)
webrtc 1对1 -基本架构与目录
GBase 8c 字符串操作符
What is restful verb
Pytest interface automated test framework | pytest generates simple test reports
Esp8266 - at command + network transparent transmission
Gbase 8C access authority query function (I)
Webrtc 1 to 1 - basic architecture and directory
Single target tracking - [correlation filtering] mosse:visual object tracking using adaptive correlation filters
Scheme for importing XMIND use cases into tapd (with code)
How to open a low commission account? Is it safe?
GBase 8c 访问权限查询函数(五)
English语法_指示代词 -such / the same