postgrespro / vops

Other
166 stars 22 forks source link

Are there any blogs? #7

Closed suuuch closed 6 years ago

suuuch commented 6 years ago

I am first time to use vops,but I can not find how to install vops? Are there any blogs?

knizhnik commented 6 years ago

Sorry, there are no blogs about VOPS now. You can install VOPS as any other Postgres extension. First of all you need to build it. Please read Postgres manual about building and installing extensions: https://www.postgresql.org/docs/current/static/extend-pgxs.html Once you build vops extension, you should add it to shared_preload_libraries list in postgresql configuration file, restart postgres and do "create extension vops".

suuuch commented 6 years ago

@knizhnik Thank you.