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 b379e76 commit b28febcCopy full SHA for b28febc
202308/20230814_02.md
@@ -1073,6 +1073,11 @@ cd $TEMP_DIR
1073
cp vectorize--0.7.0.sql /usr/share/postgresql/14/extension/
1074
cp vectorize.control /usr/share/postgresql/14/extension/
1075
cp vectorize.so /usr/lib/postgresql/14/lib/
1076
+
1077
+cd $TEMP_DIR
1078
+git clone --depth 1 https://github.com/pgEdge/snowflake
1079
+cd $TEMP_DIR/snowflake
1080
+USE_PGXS=1 make install
1081
1082
cd /usr/lib/postgresql/14
1083
git clone --depth 1 https://github.com/swida/sqlbench
0 commit comments