Re: INFORMATION_SCHEMA.routine_column_usage
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Erki Eessaar <erki.eessaar@taltech.ee>,
"pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2023-11-29T14:01:00Z
Lists: pgsql-docs
Attachments
- 0001-doc-Update-info-on-information-schema-usage-tables.patch (text/plain) patch 0001
> Here > https://www.postgresql.org/docs/current/infoschema-routine-column-usage.html <https://www.postgresql.org/docs/current/infoschema-routine-column-usage.html> > > it is stated that "The view |routine_column_usage| is meant to identify > all columns that are used by a function or procedure. This information > is currently not tracked by PostgreSQL." > > However, this claim is incorrect because the view provides information > about the column usage of SQL functions that have SQL-standard function > body. Correct, the documentation was not updated when this was added. A few other views are similarly affected. How about this attached patch.
Commits
-
doc: Update info on information schema usage tables
- 1a4d714e1812 14.11 landed
- 74a1bb168dd5 15.6 landed
- 1dac2dd6779a 16.2 landed
- 5b2dcead3990 17.0 landed