We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f0ccc commit bdb00ceCopy full SHA for bdb00ce
README.md
@@ -69,6 +69,9 @@ Typical installation procedure may look like this:
69
$ make USE_PGXS=1 installcheck
70
$ psql DB -c "CREATE EXTENSION pg_wait_sampling;"
71
72
+Complilation on Windows is not supported, since the extension uses symbols from PostgreSQL
73
+that are not exported.
74
+
75
Usage
76
-----
77
0 commit comments