Doc: Fix order of pg_shmem_allocations in system view list
authorMichael Paquier
Mon, 25 May 2020 06:18:11 +0000 (15:18 +0900)
committerMichael Paquier
Mon, 25 May 2020 06:18:11 +0000 (15:18 +0900)
pg_shmem_allocations was in the wrong position with pg_stats.

Author: Ian Barwick
Discussion: https://postgr.es/m/de7279d4-7ea0-037f-d7d2-1161682339db@2ndquadrant.com

doc/src/sgml/catalogs.sgml

index 9851ef27131f271af79cdf15a59475860300a2d4..70fda9408b45f8bab18b1b9bdd7651fe3af063a3 100644 (file)
@@ -9309,13 +9309,13 @@ SCRAM-SHA-256$<iteration count>:&l
      
 
      
-      tats">pg_stats
-      planner statistics
+      hmem-allocations">pg_shmem_allocations
+      shared memory allocations
      
 
      
-      hmem-allocations">pg_shmem_allocations
-      shared memory allocations
+      tats">pg_stats
+      planner statistics