Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8037cf commit 92097fdCopy full SHA for 92097fd
README.md
@@ -73,8 +73,17 @@ Typical installation procedure may look like this:
73
$ cd pg_wait_sampling
74
$ make USE_PGXS=1
75
$ sudo make USE_PGXS=1 install
76
+
77
+Then add `shared_preload_libraries = pg_wait_sampling` to `postgresql.conf` and
78
+restart the server.
79
80
+To test your installation:
81
82
$ make USE_PGXS=1 installcheck
- $ psql DB -c "CREATE EXTENSION pg_wait_sampling;"
83
84
+To create the extension in the target database:
85
86
+ CREATE EXTENSION pg_wait_sampling;
87
88
Compilation on Windows is not supported, since the extension uses symbols from PostgreSQL
89
that are not exported.
0 commit comments