I. 教程
II. SQL 语言
III. 服务器管理
- 章14. 安装指导
- 章15. 在 Windows 上安装客户端
- 章16. 操作系统环境
- 章17. 服务器配置
- 章18. 数据库角色和权限
- 章19. 管理数据库
- 章21. 区域
- 章20. 用户认证
- 章22. 日常数据库维护工作
- 章23. 备份与恢复
- 章24. 高可用性与负载均衡
- 章25. 监控数据库的活动
- 章26. 监控磁盘使用情况
- 章27. 可靠性和预写式日志
- 章28. 回归测试
IV. 客户端接口
- Chapter 28. libpq - C 库
- 章29.
- Chapter 30. ecpg - 在 C 里嵌入 SQL
- Chapter 31. 信息模式
- 31.2. 数据类型
- 31.3. informationschemacatalog_name
- 31.4. applicable_roles
- 31.5. check_constraints
- 31.6. columndomainusage
- 31.7. column_privileges
- 31.8. columnudtusage
- 31.9. columns
- 31.10. constraintcolumnusage
- 31.11. constrainttableusage
- 31.12. datatypeprivileges
- 31.13. domain_constraints
- 31.14. domainudtusage
- 31.15. domains
- 31.16. element_types
- 31.17. enabled_roles
- 31.18. keycolumnusage
- 31.20. referential_constraints
- 31.21. rolecolumngrants
- 31.22. roleroutinegrants
- 31.23. roletablegrants
- 31.24. roleusagegrants
- 31.25. routine_privileges
- 31.26. routines
- 31.27. schemata
- 31.28. sql_features
- 31.29. sqlimplementationinfo
- 31.30. sql_languages
- 31.31. sql_packages
- 31.32. sql_sizing
- 31.33. sqlsizingprofiles
- 31.34. table_constraints
- 31.35. table_privileges
- 31.36. tables
- 31.37. triggers
- 31.38. usage_privileges
- 31.39. viewcolumnusage
- 31.40. viewtableusage
- 31.41. views
V. 服务器端编程
- 章33. 扩展 SQL
- 章34. 触发器
- 章35. 规则系统
- 章36. 过程语言
- 章37. PL/pgSQL - SQL 过程语言
- 章38. PL/Tcl - Tcl 过程语言
- 章39. PL/Perl - Perl 过程语言
- 章40. PL/Python - Python 过程语言
- 章41. 服务器编程接口
VI. 参考手册
- I. SQL 命令
- ABORT
- ALTER AGGREGATE
- ALTER CONVERSION
- ALTER DATABASE
- ALTER DOMAIN
- ALTER FUNCTION
- ALTER GROUP
- ALTER INDEX
- ALTER LANGUAGE
- ALTER OPERATOR
- ALTER OPERATOR CLASS
- ALTER ROLE
- ALTER SCHEMA
- ALTER SEQUENCE
- ALTER TABLE
- ALTER TABLESPACE
- ALTER TRIGGER
- ALTER TYPE
- ALTER USER
- ANALYZE
- BEGIN
- CHECKPOINT
- CLOSE
- CLUSTER
- COMMENT
- COMMIT PREPARED
- COMMIT
- COPY
- CREATE AGGREGATE
- CREATE CAST
- CREATE CONSTRAINT TRIGGER
- CREATE CONVERSION
- CREATE DATABASE
- CREATE DOMAIN
- CREATE FUNCTION
- CREATE GROUP
- CREATE INDEX
- CREATE LANGUAGE
- CREATE OPERATOR CLASS
- CREATE OPERATOR
- CREATE ROLE
- CREATE RULE
- CREATE SCHEMA
- CREATE SEQUENCE
- CREATE TABLE
- CREATE TABLE AS
- CREATE TABLESPACE
- CREATE TRIGGER
- CREATE TYPE
- CREATE USER
- CREATE VIEW
- DEALLOCATE
- DECLARE
- DELETE
- DROP OWNED
- DROP AGGREGATE
- DROP CAST
- DROP CONVERSION
- DROP DATABASE
- DROP DOMAIN
- DROP FUNCTION
- DROP GROUP
- DROP INDEX
- DROP LANGUAGE
- DROP OPERATOR CLASS
- DROP OPERATOR
- DROP ROLE
- DROP RULE
- DROP SCHEMA
- DROP SEQUENCE
- DROP TABLE
- DROP TABLESPACE
- DROP TRIGGER
- DROP TYPE
- DROP USER
- DROP VIEW
- END
- EXECUTE
- EXPLAIN
- FETCH
- GRANT
- INSERT
- LISTEN
- LOAD
- LOCK
- MOVE
- NOTIFY
- PREPARE TRANSACTION
- PREPARE
- REASSIGN OWNED
- REINDEX
- RELEASE SAVEPOINT
- RESET
- REVOKE
- ROLLBACK PREPARED
- ROLLBACK TO SAVEPOINT
- ROLLBACK
- SAVEPOINT
- SELECT
- SELECT INTO
- SET
- SET CONSTRAINTS
- SET ROLE
- SET SESSION AUTHORIZATION
- SET TRANSACTION
- SHOW
- START TRANSACTION
- TRUNCATE
- UNLISTEN
- UPDATE
- VACUUM
- II. PostgreSQL 客户端应用程序
- III. PostgreSQL 服务器应用程序
VII. 内部
- 章42. PostgreSQL 内部概貌
- 章43. 系统表
- 43.1. 概述
- 43.2. pg_aggregate
- 43.3. pg_am
- 43.4. pg_amop
- 43.5. pg_amproc
- 43.6. pg_attrdef
- 43.7. pg_attribute
- 43.8. pg_authid
- 43.9. pgauthmembers
- 43.10. pg_autovacuum
- 43.11. pg_cast
- 43.12. pg_class
- 43.13. pg_constraint
- 43.14. pg_conversion
- 43.15. pg_database
- 43.16. pg_depend
- 43.17. pg_description
- 43.18. pg_index
- 43.19. pg_inherits
- 43.20. pg_language
- 43.21. pg_largeobject
- 43.22. pg_listener
- 43.23. pg_namespace
- 43.24. pg_opclass
- 43.25. pg_operator
- 43.26. pg_pltemplate
- 43.27. pg_proc
- 43.28. pg_rewrite
- 43.29. pg_shdepend
- 43.30. pg_shdescription
- 43.31. pg_statistic
- 43.32. pg_tablespace
- 43.33. pg_trigger
- 43.34. pg_type
- 43.35. 系统视图
- 43.36. pg_cursors
- 43.37. pg_group
- 43.38. pg_indexes
- 43.39. pg_locks
- 43.40. pgpreparedstatements
- 43.41. pgpreparedxacts
- 43.42. pg_roles
- 43.43. pg_rules
- 43.44. pg_settings
- 43.45. pg_shadow
- 43.46. pg_stats
- 43.47. pg_tables
- 43.48. pgtimezoneabbrevs
- 43.49. pgtimezonenames
- 43.50. pg_user
- 43.51. pg_views
- 章44. 前/后端协议
- 章45. PostgreSQL 编码约定
- 章46. 本地语言支持
- 章47. 书写一个过程语言处理器
- 章48. 基因查询优化器
- 章49. 索引访问方法接口定义
- 章50. GiST 索引
- 章51. GIN 索引
- 章52. 数据库物理存储
- 章53. BKI 后端接口
- 章54. 规划器如何使用统计信息
VIII. 附录
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
31.26. routines
视图 routines
包含当前数据库中的所有函数。 只有当前用户有访问权限(可能是所有者或者有特定权限)的函数才显示出来。
Table 31-24. routines
字段
名字 | 数据类型 | 描述 |
---|---|---|
specific_catalog | sql_identifier | 包含该函数的数据库名字 (总是当前数据库) |
specific_schema | sql_identifier | 包含该函数的模式名字 |
specific_name | sql_identifier | 函数的"具体名字"。这是一个在模式里唯一标识该函数的名字, 即使函数的真是名字是重载的也如此。具体名字的格式没有定义,我们应该只是用它和其它具体过程名的实例进行比较。 |
routine_catalog | sql_identifier | 包含该函数的数据库名称(总是当前数据库) |
routine_schema | sql_identifier | 包含该函数的模式名称 |
routine_name | sql_identifier | 函数的名称(在重载的时候可能重复) |
routine_type | character_data | 总是 FUNCTION (未来可能会有其它类型的过程。) |
module_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
module_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
module_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
udt_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
udt_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
udt_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
data_type | character_data | 如果这是一个内置类型,则为函数的返回数据类型, 如果是某种数组,则为 ARRAY (这个时候, 参阅 element_types ),否则就是 USER-DEFINED (这种情况下,类型在 type_udt_name 和相关字段中标识)。 |
character_maximum_length | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
character_octet_length | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
character_set_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
character_set_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
character_set_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
collation_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
collation_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
collation_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
numeric_precision | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
numeric_precision_radix | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
numeric_scale | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
datetime_precision | cardinal_number | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
interval_type | character_data | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
interval_precision | character_data | 总是为空,因为这个信息并不应用于PostgreSQL 里的返回数据类型 |
type_udt_catalog | sql_identifier | 函数的返回数据类型定义所在的数据库名称 (总是当前数据库) |
type_udt_schema | sql_identifier | 函数的返回数据类型定义所在的模式名称 |
type_udt_name | sql_identifier | 该函数的返回数据类型 |
scope_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
scope_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
scope_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
maximum_cardinality | cardinal_number | 总是为空,因为PostgreSQL 的数组总是有无限的最大势(维数) |
dtd_identifier | sql_identifier | 一个这个函数返回的数据类型的数据类型描述符的标识符, 在所有属于这个函数的数据类型描述符中唯一。这个描述符主要用于和其它这样的标识符进行连接。 (标识符具体的格式没有定义,并且不保证在将来的版本中保持相同。) |
routine_body | character_data | 如果函数是 SQL 函数,那么 SQL ,否则是 EXTERNAL 。 |
routine_definition | character_data | 函数的源代码文本(如果当前用户不是函数所有者,则为空)。 (根据 SQL 标准,这个字段只又在 routine_body 是 SQL 的时候才使用, 但是在 PostgreSQL 里,这个字段将包含创建函数的时候所声明的任何源文本。) |
external_name | character_data | 如果这个函数是一个 C 函数,那么是函数的外部名字(链接符号); 否则为空。(这个字段的数值和 routine_definition 里显示的数值相同。) |
external_language | character_data | 书写这个函数使用的语言 |
parameter_style | character_data | 总是 GENERAL (SQL 标准定义了其它参数类型, 那些类型不适用于PostgreSQL。) |
is_deterministic | character_data | 如果这个函数声明为不变的(immutable)(在 SQL 标准里叫确定的(deterministic)), 那么是 YES ,否则是 NO 。 (在PostgreSQL 里你无法通过信息模式查询其它可用的易失性级别。) |
sql_data_access | character_data | 总是 MODIFIES ,意思是这个函数可能修改 SQL 数据。 这个信息对PostgreSQL 没啥作用。 |
is_null_call | character_data | 如果函数任意输入参数为空,函数则自动返回空,则为 YES , 否则为 NO 。 |
sql_path | character_data | 应用于一个PostgreSQL 里没有的特性 |
schema_level_routine | character_data | 总是 YES (对应的方面是一个用户定义类型的方法, 这是一个PostgreSQL 里没有的特性。) |
max_dynamic_result_sets | cardinal_number | 应用于一个PostgreSQL 里没有的特性 |
is_user_defined_cast | character_data | 应用于一个PostgreSQL 里没有的特性 |
is_implicitly_invocable | character_data | 应用于一个PostgreSQL 里没有的特性 |
security_type | character_data | 如果这个函数以当前用户的权限运行,则为 INVOKER , 如果函数以定义它的用户的权限运行,则为 DEFINER 。 |
to_sql_specific_catalog | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
to_sql_specific_schema | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
to_sql_specific_name | sql_identifier | 应用于一个PostgreSQL 里没有的特性 |
as_locator | character_data | 应用于一个PostgreSQL 里没有的特性 |
<
Prev | Home | Next |
routine_privileges | Up | schemata |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论