README.md in pgslice-0.6.0 vs README.md in pgslice-0.6.1
- old
+ new
@@ -363,11 +363,10 @@
```
## Reference
- [PostgreSQL Manual](https://www.postgresql.org/docs/current/static/ddl-partitioning.html)
-- [PostgreSQL Wiki](https://wiki.postgresql.org/wiki/Table_partitioning)
## Related Projects
Also check out:
@@ -395,10 +394,10 @@
```
To test against different versions of Postgres with Docker, use:
```sh
-docker run -p=8000:5432 postgres:10
+docker run -p=8000:5432 postgres:14
TZ=Etc/UTC PGSLICE_URL=postgres://postgres@localhost:8000/postgres bundle exec rake
```
-On Mac, you must use [Docker for Mac](https://www.docker.com/docker-mac) for the port mapping to localhost to work.
+On Mac, you must use [Docker Desktop](https://www.docker.com/products/docker-desktop/) for the port mapping to localhost to work.