powa-team / pg_qualstats

A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing
Other
274 stars 26 forks source link

missing 0.0.8 #2

Closed sttachoires closed 8 years ago

sttachoires commented 8 years ago

Isn't pg_qualstats--0.0.8.sql missing? Because: capa4it=# create extension pg_qualstats; ERROR: could not stat file "/tech/postgres/9.4.1/server/share/extension/pg_qualstats--0.0.8.sql": No such file or directory capa4it=#

jmealo commented 8 years ago

I'm having the same issue.

jmealo commented 8 years ago

@sttachoires in the meantime, I used this to get started:

git clone https://github.com/dalibo/pg_qualstats.git
git checkout 38cc86a9f74899b8bac8256b3f389af6bf1626dd
make
sudo make install
sttachoires commented 8 years ago

@jmealo I have the 0.0.7 copied to 0.0.8, and it do the trick.

rdunklau commented 8 years ago

Sorry for the mistake, 0.0.9 has just been released to fix that.