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.
pull/137/head
Peter Eisentraut 3 years ago
parent 5aae36dc9c
commit 38b7437b90
  1. 8
      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 * ROLE_ROUTINE_GRANTS view
*/ */
@ -1948,7 +1948,7 @@ GRANT SELECT ON table_privileges TO PUBLIC;
/* /*
* 5.43 * 5.44
* ROLE_TABLE_GRANTS view * ROLE_TABLE_GRANTS view
*/ */
@ -2246,7 +2246,7 @@ GRANT SELECT ON udt_privileges TO PUBLIC;
/* /*
* 5.46 * 5.47
* ROLE_UDT_GRANTS view * ROLE_UDT_GRANTS view
*/ */
@ -2437,7 +2437,7 @@ GRANT SELECT ON usage_privileges TO PUBLIC;
/* /*
* 5.45 * 5.46
* ROLE_USAGE_GRANTS view * ROLE_USAGE_GRANTS view
*/ */

Loading…
Cancel
Save