1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Specify postgres as the database

This commit is contained in:
jbranchaud
2016-02-02 17:20:14 -06:00
parent d6df2c9a7c
commit d1a295a550

View File

@@ -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