Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5832396

Browse 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 BarwickDiscussion:https://postgr.es/m/de7279d4-7ea0-037f-d7d2-1161682339db@2ndquadrant.com
1 parenta995b37 commit5832396

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/catalogs.sgml

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp