README.md in pgdexter-0.4.2 vs README.md in pgdexter-0.4.3
- old
+ new
@@ -108,18 +108,10 @@
```sh
dexter <connection-options> --pg-stat-activity
```
-or use the [pg_stat_statements](https://www.postgresql.org/docs/current/static/pgstatstatements.html) extension:
-
-```sh
-dexter <connection-options> --pg-stat-statements
-```
-
-> Note: Logs or running queries are highly preferred over pg_stat_statements, as pg_stat_statements often doesn’t store enough information to optimize queries.
-
### Collection Options
To prevent one-off queries from being indexed, specify a minimum number of calls before a query is considered for indexing
```sh
@@ -212,10 +204,10 @@
```sh
docker run -ti ankane/dexter <connection-options>
```
-For databases on the host machine, use `host.docker.internal` as the hostname (on Linux, this requires Docker 20.04 and `--add-host=host.docker.internal:host-gateway`).
+For databases on the host machine, use `host.docker.internal` as the hostname (on Linux, this requires Docker 20.04+ and `--add-host=host.docker.internal:host-gateway`).
### Homebrew
With Homebrew, you can use: