Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba8e164

Browse files
committed
add small notice regarding builds on Windows
1 parent 0ce9a65 commit ba8e164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ CREATE EXTENSION pg_pathman;
9494

9595
Done! Now it's time to setup your partitioning schemes.
9696

97+
> **Windows-specific**: pg_pathman imports several symbols (e.g. None_Receiver, InvalidObjectAddress) from PostgreSQL, which is fine by itself, but requires that those symbols are marked as `PGDLLIMPORT`. Unfortunately, some of them are not exported from vanilla PostgreSQL, which means that you have to either use Postgres Pro Standard/Enterprise (which includes all necessary patches), or patch and build your own distribution of PostgreSQL.
98+
9799
## How to update
98100
In order to update pg_pathman:
99101

0 commit comments

Comments
 (0)