diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-03-07 19:30:14 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-03-07 19:32:27 +0100 |
commit | ae4860183213518c2578d0fabb365ac3a8214f45 (patch) | |
tree | 168adb25609a9e536e37749b44a8d2d4a3be0d12 | |
parent | 70ef509543fab4c35f79e73dd2b309cc75ceed51 (diff) | |
download | postgresql-ae4860183213518c2578d0fabb365ac3a8214f45.tar.gz postgresql-ae4860183213518c2578d0fabb365ac3a8214f45.zip |
doc: Update pg_size_pretty documentation about petabytes support
Missing documentation update for ca2e4472ba.
Discussion: https://www.postgresql.org/message-id/CAApHDvrCwMgSD_93LZr4CLMas8Hc61fXAQ-Cd4%3D%2ByoRfHnYbJA%40mail.gmail.com
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 40d0645bcdf..065ffe2292c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |