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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user