diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-03-29 11:34:37 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-03-29 11:34:37 +0200 |
commit | 38b7437b9088b4859e4489a1a1a9ab7066f5b320 (patch) | |
tree | 9813d94027a799dac4c57e35575f340d2abde812 | |
parent | 5aae36dc9c6842e4269b4a713f7ac6583bd8a318 (diff) | |
download | postgresql-38b7437b9088b4859e4489a1a1a9ab7066f5b320.tar.gz postgresql-38b7437b9088b4859e4489a1a1a9ab7066f5b320.zip |
Fix some section numbers in information_schema.sql
Some of the section numbers that appeared multiple times were not
updated completely by previous changes d61d9aa750 and eb3a1376c9.
-rw-r--r-- | src/backend/catalog/information_schema.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql index 0555e9bc034..28fdbad881a 100644 --- a/src/backend/catalog/information_schema.sql +++ b/src/backend/catalog/information_schema.sql @@ -1411,7 +1411,7 @@ GRANT SELECT ON routine_privileges TO PUBLIC; /* - * 5.42 + * 5.43 * ROLE_ROUTINE_GRANTS view */ @@ -1948,7 +1948,7 @@ GRANT SELECT ON table_privileges TO PUBLIC; /* - * 5.43 + * 5.44 * ROLE_TABLE_GRANTS view */ @@ -2246,7 +2246,7 @@ GRANT SELECT ON udt_privileges TO PUBLIC; /* - * 5.46 + * 5.47 * ROLE_UDT_GRANTS view */ @@ -2437,7 +2437,7 @@ GRANT SELECT ON usage_privileges TO PUBLIC; /* - * 5.45 + * 5.46 * ROLE_USAGE_GRANTS view */ |