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 9ecca6a commit e2c3054Copy full SHA for e2c3054
README.md
@@ -32,7 +32,7 @@ installed with `make install`.
32
33
```
34
cd postgresql-9.6 # enter postgresql source directory
35
-git clone https://github.com/postgrespro/aqo.git # clone aqo into contrib
+git clone https://github.com/postgrespro/aqo.git stable11 # clone aqo into contrib
36
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg<ver>.patch # patch postgresql
37
make clean && make && make install # recompile postgresql
38
cd contrib/aqo # enter aqo directory
0 commit comments