Skip to content
Snippets Groups Projects
Commit f3917ec5 authored by Théophile Helleboid - chtitux's avatar Théophile Helleboid - chtitux Committed by Daniel Nelson
Browse files

Fix typo in postgresql_extensible/README.md (#3052)

parent 428455e0
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ The example below has two queries are specified, with the following parameters:
# "SELECT * FROM pg_stat_database where datname IN ('postgres', 'pgbench')"
# because the databases variable was set to ['postgres', 'pgbench' ] and the
# withdbname was true.
# Be careful that if the withdbname is set to false you d'ont have to define
# Be careful that if the withdbname is set to false you don't have to define
# the where clause (aka with the dbname)
# the tagvalue field is used to define custom tags (separated by comas)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment