Fix some section numbers in information_schema.sql
authorPeter Eisentraut <[email protected]>
Wed, 29 Mar 2023 09:34:37 +0000 (11:34 +0200)
committerPeter Eisentraut <[email protected]>
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

index 0555e9bc03479330e5319844499ed6f699943db2..28fdbad881aa66b652176619ae9015fd38a3ab0e 100644 (file)
@@ -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
  */