We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52aa6c commit 572ab1aCopy full SHA for 572ab1a
src/backend/catalog/information_schema.sql
@@ -1847,9 +1847,6 @@ GRANT SELECT ON tables TO PUBLIC;
1847
* TRIGGERED_UPDATE_COLUMNS view
1848
*/
1849
1850
--- PostgreSQL doesn't allow the specification of individual triggered
1851
--- update columns, so this view is empty.
1852
-
1853
CREATE VIEW triggered_update_columns AS
1854
SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog,
1855
CAST(n.nspname AS sql_identifier) AS trigger_schema,
0 commit comments