Thanks to visit codestin.com Credit goes to github.com
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 65a1bf9 commit 9da4093Copy full SHA for 9da4093
README.md
@@ -24,7 +24,7 @@ installed with `make install`.
24
25
```
26
cd postgresql-9.6 # enter postgresql source directory
27
-git clone https://github.com/tigvarts/aqo.git contrib/aqo # clone aqo into contrib
+git clone https://github.com/postgrespro/aqo.git contrib/aqo # clone aqo into contrib
28
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg<version>.patch # patch postgresql
29
make clean && make && make install # recompile postgresql
30
cd contrib/aqo # enter aqo directory
0 commit comments