You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Is there any install guide for vops?
The text was updated successfully, but these errors were encountered: