您现在的位置是:课程教程文章

postgresql中怎么查看函数

2023-12-18 19:12课程教程文章 人已围观

在PostgreSQL客户端psql中,可以使用\df查看数据库搜索路径下的所有函数:

**postgres=# \df**
                               List of functions
 Schema |       Name    |    Result data type   |

    Argument data types
                                    |  Type
--------+-----------------------+--------------------+--------------------------
---------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------+---------
 public | __arima_adjust|double precision[]|distid integer,
 curr_tvals double precision[], prev_tvals double precision[], p integ
er

                                      | normal
 public | __arima_diff

因为PostgreSQL中的函数有四种分类:aggregates/normal/trigger/window functions,所以psql中提供了附加参数,分别用来显示对应的函数:\dfa、\dfn、dft、dfw:

postgres=# \dft
                               List of functions
 Schema |        Name        | Result data type | Argument data types |  Type
--------+--------------------+------------------+---------------------+---------
 public | checkauthtrigger   | trigger          |                     | trigger
 public | postgis_cache_bbox | trigger          |                     | trigger
(2 rows)

推荐:PostgreSQL教程

课程教程:postgresql中怎么查看函数

上一篇:mysql怎么升级

下一篇:没有了

站点信息

  • 文章统计篇文章