diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-02-17 17:53:18 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-02-17 18:16:06 +0100 |
commit | f40c6969d0eddfc6de786006bd1048961a65a0eb (patch) | |
tree | 587b4d5d2959fc866d0a1b029b1e040624dd8c5a /src/backend/regex/regexec.c | |
parent | a29f30780f34d7706fcd398dea1d6882d184d17a (diff) | |
download | postgresql-f40c6969d0eddfc6de786006bd1048961a65a0eb.tar.gz postgresql-f40c6969d0eddfc6de786006bd1048961a65a0eb.zip |
Routine usage information schema tables
Several information schema views track dependencies between
functions/procedures and objects used by them. These had not been
implemented so far because PostgreSQL doesn't track objects used in a
function body. However, formally, these also show dependencies used
in parameter default expressions, which PostgreSQL does support and
track. So for the sake of completeness, we might as well add these.
If dependency tracking for function bodies is ever implemented, these
views will automatically work correctly.
Reviewed-by: Erik Rijkers <er@xs4all.nl>
Discussion: https://www.postgresql.org/message-id/flat/ac80fc74-e387-8950-9a31-2560778fc1e3%40enterprisedb.com
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions