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

Commitcad3708

Browse files
committed
Correct the names of pgstattuple_approx output columns in the doc.
1 parent85d0e66 commitcad3708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/pgstattuple.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,17 +438,17 @@ approx_free_percent | 2.09
438438
<entry>Percentage of table scanned</entry>
439439
</row>
440440
<row>
441-
<entry><structfield>tuple_count</structfield></entry>
441+
<entry><structfield>approx_tuple_count</structfield></entry>
442442
<entry><type>bigint</type></entry>
443443
<entry>Number of live tuples (estimated)</entry>
444444
</row>
445445
<row>
446-
<entry><structfield>tuple_len</structfield></entry>
446+
<entry><structfield>approx_tuple_len</structfield></entry>
447447
<entry><type>bigint</type></entry>
448448
<entry>Total length of live tuples in bytes (estimated)</entry>
449449
</row>
450450
<row>
451-
<entry><structfield>tuple_percent</structfield></entry>
451+
<entry><structfield>approx_tuple_percent</structfield></entry>
452452
<entry><type>float8</type></entry>
453453
<entry>Percentage of live tuples</entry>
454454
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp