From d1a295a5503eb4ca377606fc540c29bcce090a5d Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 2 Feb 2016 17:20:14 -0600 Subject: [PATCH] Specify postgres as the database --- postgres/get-the-size-of-a-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/get-the-size-of-a-database.md b/postgres/get-the-size-of-a-database.md index 897c73c..37f0aed 100644 --- a/postgres/get-the-size-of-a-database.md +++ b/postgres/get-the-size-of-a-database.md @@ -1,6 +1,6 @@ # Get The Size Of A Database -If you have connect access to a database, you can use the +If you have connect access to a PostgreSQL database, you can use the `pg_database_size()` function to get the size of a database in bytes. ```sql