Fix typo in postgresql README
This commit is contained in:
parent
3f35ae306f
commit
24ae421ad5
|
@ -30,7 +30,7 @@ _* value ignored and therefore not recorded._
|
||||||
|
|
||||||
More information about the meaning of these metrics can be found in the [PostgreSQL Documentation](http://www.postgresql.org/docs/9.2/static/monitoring-stats.html#PG-STAT-DATABASE-VIEW)
|
More information about the meaning of these metrics can be found in the [PostgreSQL Documentation](http://www.postgresql.org/docs/9.2/static/monitoring-stats.html#PG-STAT-DATABASE-VIEW)
|
||||||
|
|
||||||
## Configruation
|
## Configuration
|
||||||
Specify address via a url matching:
|
Specify address via a url matching:
|
||||||
|
|
||||||
`postgres://[pqgotest[:password]]@localhost[/dbname]?sslmode=[disable|verify-ca|verify-full]`
|
`postgres://[pqgotest[:password]]@localhost[/dbname]?sslmode=[disable|verify-ca|verify-full]`
|
||||||
|
|
Loading…
Reference in New Issue