We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05a287 commit 3b0766eCopy full SHA for 3b0766e
README.md
@@ -54,9 +54,9 @@ Binaries are available for Ubuntu 20.04 (bionic) and Ubuntu 21.04 (hirsute).
54
Download and install.
55
56
```bash
57
-wget https://github.com/rustprooflabs/pgdd/releases/download/0.4.0.rc2/pgdd_0.4.0.rc2_focal_pg13_amd64.deb
+wget https://github.com/rustprooflabs/pgdd/releases/download/0.4.0.rc3/pgdd_0.4.0.rc3_focal_pg13_amd64.deb
58
59
-sudo dpkg -i ./pgdd_0.4.0.rc2_focal_pg13_amd64.deb
+sudo dpkg -i ./pgdd_0.4.0.rc3_focal_pg13_amd64.deb
60
```
61
62
In your database.
@@ -79,7 +79,7 @@ SELECT extname, extversion
79
┌─────────┬────────────┐
80
│ extname │ extversion │
81
╞═════════╪════════════╡
82
-│ pgdd │ 0.4.0.rc2 │
+│ pgdd │ 0.4.0.rc3 │
83
└─────────┴────────────┘
84
85
0 commit comments