Skip to content

Is there any install guide for vops? #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ctyytc opened this issue Jul 8, 2020 · 2 comments
Closed

Is there any install guide for vops? #20

ctyytc opened this issue Jul 8, 2020 · 2 comments

Comments

@ctyytc
Copy link

ctyytc commented Jul 8, 2020

Is there any install guide for vops?

@knizhnik
Copy link
Contributor

knizhnik commented Jul 8, 2020

VOPS is standard Postgres extension: there are no differences in building andinstallation of VOPS comparing with most of other Postgres extension.
And procedure of building Postgres extension is explained in many places, including Postgres documentation.

The only small specific of VOPS is that you may want to include in shared_preload_libraries (although it is not required) to force registration of VOPS post analyze hook (otherwise it will be registered lazily only on first explicit VOPS function invocation).

@ctyytc
Copy link
Author

ctyytc commented Jul 10, 2020

@knizhnik Thanks for your answer😁

@ctyytc ctyytc closed this as completed Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants