forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf40c696
committed
Routine usage information schema tables
Several information schema views track dependencies betweenfunctions/procedures and objects used by them. These had not beenimplemented so far because PostgreSQL doesn't track objects used in afunction body. However, formally, these also show dependencies usedin parameter default expressions, which PostgreSQL does support andtrack. So for the sake of completeness, we might as well add these.If dependency tracking for function bodies is ever implemented, theseviews 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.com1 parenta29f307 commitf40c696
File tree
6 files changed
+603
-6
lines changed- doc/src/sgml
- src
- backend/catalog
- include/catalog
- test/regress
- expected
- sql
6 files changed
+603
-6
lines changed0 commit comments
Comments
(0)