mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
Specify postgres as the database
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Get The Size Of A Database
|
# 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.
|
`pg_database_size()` function to get the size of a database in bytes.
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
|||||||
Reference in New Issue
Block a user