Doc: Fix order of pg_shmem_allocations in system view list
authorMichael Paquier <michael@paquier.xyz>
Mon, 25 May 2020 06:18:11 +0000 (15:18 +0900)
committerMichael Paquier <michael@paquier.xyz>
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$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
      </row>
 
      <row>
-      <entry><link linkend="view-pg-stats"><structname>pg_stats</structname></link></entry>
-      <entry>planner statistics</entry>
+      <entry><link linkend="view-pg-shmem-allocations"><structname>pg_shmem_allocations</structname></link></entry>
+      <entry>shared memory allocations</entry>
      </row>
 
      <row>
-      <entry><link linkend="view-pg-shmem-allocations"><structname>pg_shmem_allocations</structname></link></entry>
-      <entry>shared memory allocations</entry>
+      <entry><link linkend="view-pg-stats"><structname>pg_stats</structname></link></entry>
+      <entry>planner statistics</entry>
      </row>
 
      <row>