We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58f08 commit 1d5c5a5Copy full SHA for 1d5c5a5
postgres/pretty-print-data-sizes.md
@@ -1,8 +1,8 @@
1
# Pretty Print Data Sizes
2
3
-Use the `pg_size_pretty()` function to pretty print the sizes of data. Given
4
-a `bigint`, it will determine the most human-readable format with which to
5
-print the value:
+Use the `pg_size_pretty()` function to pretty print the sizes of data in
+PostgreSQL. Given a `bigint`, it will determine the most human-readable
+format with which to print the value:
6
7
```sql
8
> select pg_size_pretty(1234::bigint);
0 commit comments