diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-05-25 15:18:11 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-05-25 15:18:11 +0900 |
commit | 5832396432b1ce8349a0028b52295a9874014416 (patch) | |
tree | c404661d46f3f486fb54033bc52eafe16a69d846 /doc/src | |
parent | a995b371ae29de2d38c4b7881cf414b1560e9746 (diff) | |
download | postgresql-5832396432b1ce8349a0028b52295a9874014416.tar.gz postgresql-5832396432b1ce8349a0028b52295a9874014416.zip |
Doc: Fix order of pg_shmem_allocations in system view list
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 9851ef27131..70fda9408b4 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -9309,13 +9309,13 @@ SCRAM-SHA-256$<replaceable><iteration count></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> |