Skip to content

Commit

Permalink
doc: Update pg_size_pretty documentation about petabytes support
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Mar 7, 2023
1 parent 70ef509 commit ae48601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/func.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -26901,7 +26901,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset((pg_backup_stop()).lsn);
</para>
<para>
Converts a size in bytes into a more easily human-readable format with
size units (bytes, kB, MB, GB or TB as appropriate). Note that the
size units (bytes, kB, MB, GB, TB, or PB as appropriate). Note that the
units are powers of 2 rather than powers of 10, so 1kB is 1024 bytes,
1MB is 1024<superscript>2</superscript> = 1048576 bytes, and so on.
</para></entry>
Expand Down

0 comments on commit ae48601

Please sign in to comment.