Database Reference
In-Depth Information
The pg:info command
This command provides the following statistics and information on your database:
• The connection variable
• The current database plan
• The number of connections
• The PostgreSQL version
• The database's creation date
• The database size
• The number of tables
• The number of available lines if the database plan is Hobby tier
It also informs whether Fork/Follow/Rollback are enabled for this database.
$ heroku pg:info --app your-app-name
=== HEROKU_POSTGRESQL_GOLD_URL (DATABASE_URL)
Plan: Hobby-dev
Status: Available
Connections: 0
PG Version: 9.3.3
Created: 2014-05-25 14:03 UTC
Data Size: 6.4 MB
Tables: 0
Rows: 0/10000 (In compliance)
Fork/Follow: Unsupported
Rollback: Unsupported
Search WWH ::




Custom Search