projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aae36d
)
Fix some section numbers in information_schema.sql
author
Peter Eisentraut
Wed, 29 Mar 2023 09:34:37 +0000
(11:34 +0200)
committer
Peter Eisentraut
Wed, 29 Mar 2023 09:34:37 +0000
(11:34 +0200)
Some of the section numbers that appeared multiple times were not
updated completely by previous changes
d61d9aa750
and
eb3a1376c9
.
src/backend/catalog/information_schema.sql
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/information_schema.sql
b/src/backend/catalog/information_schema.sql
index 0555e9bc03479330e5319844499ed6f699943db2..28fdbad881aa66b652176619ae9015fd38a3ab0e 100644
(file)
--- 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.4
2
+ * 5.4
3
* ROLE_ROUTINE_GRANTS view
*/
@@
-1948,7
+1948,7
@@
GRANT SELECT ON table_privileges TO PUBLIC;
/*
- * 5.4
3
+ * 5.4
4
* ROLE_TABLE_GRANTS view
*/
@@
-2246,7
+2246,7
@@
GRANT SELECT ON udt_privileges TO PUBLIC;
/*
- * 5.4
6
+ * 5.4
7
* ROLE_UDT_GRANTS view
*/
@@
-2437,7
+2437,7
@@
GRANT SELECT ON usage_privileges TO PUBLIC;
/*
- * 5.4
5
+ * 5.4
6
* ROLE_USAGE_GRANTS view
*/