Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit af4d571

Browse files
committed
doc: Update pg_size_pretty documentation about petabytes support
Missing documentation update for ca2e447. Discussion: https://www.postgresql.org/message-id/CAApHDvrCwMgSD_93LZr4CLMas8Hc61fXAQ-Cd4%3D%2ByoRfHnYbJA%40mail.gmail.com
1 parent 1be0fdb commit af4d571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27185,7 +27185,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
2718527185
</para>
2718627186
<para>
2718727187
Converts a size in bytes into a more easily human-readable format with
27188-
size units (bytes, kB, MB, GB or TB as appropriate). Note that the
27188+
size units (bytes, kB, MB, GB, TB, or PB as appropriate). Note that the
2718927189
units are powers of 2 rather than powers of 10, so 1kB is 1024 bytes,
2719027190
1MB is 1024<superscript>2</superscript> = 1048576 bytes, and so on.
2719127191
</para></entry>

0 commit comments

Comments
 (0)