Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.42. routine_routine_usage
Prev UpChapter 35. The Information SchemaHome Next

35.42. routine_routine_usage#

The viewroutine_routine_usage identifies all functions or procedures that are used by another (or the same) function or procedure, either in the SQL body or in parameter default expressions. (This only works for unquoted SQL bodies, not quoted bodies or functions in other languages.) An entry is included here only if the used function is owned by a currently enabled role. (There is no such restriction on the using function.)

Note that the entries for both functions in the view refer to thespecific name of the routine, even though the column names are used in a way that is inconsistent with other information schema views about routines. This is per SQL standard, although it is arguably a misdesign. SeeSection 35.45 for more information about specific names.

Table 35.40. routine_routine_usage Columns

Column Type

Description

specific_catalogsql_identifier

Name of the database containing the using function (always the current database)

specific_schemasql_identifier

Name of the schema containing the using function

specific_namesql_identifier

Thespecific name of the using function.

routine_catalogsql_identifier

Name of the database that contains the function that is used by the first function (always the current database)

routine_schemasql_identifier

Name of the schema that contains the function that is used by the first function

routine_namesql_identifier

Thespecific name of the function that is used by the first function.



Prev Up Next
35.41. routine_privileges Home 35.43. routine_sequence_usage
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp