RE: restrictions about Linking Dynamically-Loaded Functio ns on NT/2000 ? - Mailing list pgsql-ports

From Horák Daniel
Subject RE: restrictions about Linking Dynamically-Loaded Functio ns on NT/2000 ?
Date
Msg-id B92C5856C6C8C64B838C29D4339D95F10200C8@exchange2.mmp.plzen-city.cz
Whole thread Raw
List pgsql-ports
> The docs doesn't present "subject".
> Any help ?

The only restriction (better a prerequisite) I know is that you must link
your module with libpostgres.a. The reason is that postgres.exe is in fact a
DLL so you must link your modules with its import library to be able to use
symbols from the main executable (postgres.exe). Look into test/regress to
see loadable modules in action.

            Dan

pgsql-ports by date:

Previous
From: "luc00"
Date:
Subject: restrictions about Linking Dynamically-Loaded Functions on NT/2000 ?
Next
From: Dan Rosner
Date:
Subject: Documentation - Running Postgresql on NT