Skip to content

Commit 1d5c5a5

Browse files
committed
Specify the database
1 parent 3c58f08 commit 1d5c5a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgres/pretty-print-data-sizes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Pretty Print Data Sizes
22

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:
3+
Use the `pg_size_pretty()` function to pretty print the sizes of data in
4+
PostgreSQL. Given a `bigint`, it will determine the most human-readable
5+
format with which to print the value:
66

77
```sql
88
> select pg_size_pretty(1234::bigint);

0 commit comments

Comments
 (0)