Skip to content

Commit 38b7437

Browse files
committed
Fix some section numbers in information_schema.sql
Some of the section numbers that appeared multiple times were not updated completely by previous changes d61d9aa and eb3a137.
1 parent 5aae36d commit 38b7437

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/catalog/information_schema.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ GRANT SELECT ON routine_privileges TO PUBLIC;
14111411

14121412

14131413
/*
1414-
* 5.42
1414+
* 5.43
14151415
* ROLE_ROUTINE_GRANTS view
14161416
*/
14171417

@@ -1948,7 +1948,7 @@ GRANT SELECT ON table_privileges TO PUBLIC;
19481948

19491949

19501950
/*
1951-
* 5.43
1951+
* 5.44
19521952
* ROLE_TABLE_GRANTS view
19531953
*/
19541954

@@ -2246,7 +2246,7 @@ GRANT SELECT ON udt_privileges TO PUBLIC;
22462246

22472247

22482248
/*
2249-
* 5.46
2249+
* 5.47
22502250
* ROLE_UDT_GRANTS view
22512251
*/
22522252

@@ -2437,7 +2437,7 @@ GRANT SELECT ON usage_privileges TO PUBLIC;
24372437

24382438

24392439
/*
2440-
* 5.45
2440+
* 5.46
24412441
* ROLE_USAGE_GRANTS view
24422442
*/
24432443

0 commit comments

Comments
 (0)