1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

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.
This commit is contained in:
Peter Eisentraut 2023-03-29 11:34:37 +02:00
parent 5aae36dc9c
commit 38b7437b90

View 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
*/