From 5832396432b1ce8349a0028b52295a9874014416 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 25 May 2020 15:18:11 +0900 Subject: [PATCH] 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 --- doc/src/sgml/catalogs.sgml | 8 ++++---- 1 file 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$<iteration count>:&l - pg_stats - planner statistics + pg_shmem_allocations + shared memory allocations - pg_shmem_allocations - shared memory allocations + pg_stats + planner statistics -- 2.39.5