From 1d5c5a53a176ebd736835d70ff3bc0070f6fd3a8 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 2 Feb 2016 22:01:07 -0600 Subject: [PATCH] Specify the database --- postgres/pretty-print-data-sizes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/pretty-print-data-sizes.md b/postgres/pretty-print-data-sizes.md index 7e2e4e4..622bb0c 100644 --- a/postgres/pretty-print-data-sizes.md +++ b/postgres/pretty-print-data-sizes.md @@ -1,8 +1,8 @@ # Pretty Print Data Sizes -Use the `pg_size_pretty()` function to pretty print the sizes of data. Given -a `bigint`, it will determine the most human-readable format with which to -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: ```sql > select pg_size_pretty(1234::bigint);