Description Usage Arguments Value Examples
Gets database size
1 | pg_db_size(conn, dbname = NULL)
|
conn |
Connection |
dbname |
Database name. If not provided, it returns the current database size. |
Named string with database size
1 2 3 4 | ## Not run:
pg_db_size(conn,"postgres")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.