Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5832396

Browse filesBrowse files
committed
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
1 parent a995b37 commit 5832396
Copy full SHA for 5832396

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎doc/src/sgml/catalogs.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/catalogs.sgml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9309,13 +9309,13 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
93099309
</row>
93109310

93119311
<row>
9312-
<entry><link linkend="view-pg-stats"><structname>pg_stats</structname></link></entry>
9313-
<entry>planner statistics</entry>
9312+
<entry><link linkend="view-pg-shmem-allocations"><structname>pg_shmem_allocations</structname></link></entry>
9313+
<entry>shared memory allocations</entry>
93149314
</row>
93159315

93169316
<row>
9317-
<entry><link linkend="view-pg-shmem-allocations"><structname>pg_shmem_allocations</structname></link></entry>
9318-
<entry>shared memory allocations</entry>
9317+
<entry><link linkend="view-pg-stats"><structname>pg_stats</structname></link></entry>
9318+
<entry>planner statistics</entry>
93199319
</row>
93209320

93219321
<row>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.