From fc32c709b49a1a1237085fbfabd81717f0f61a4d Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Sat, 9 Oct 1999 02:26:52 +0000 Subject: [PATCH] Minor repairs of markup. --- doc/src/sgml/dfunc.sgml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/dfunc.sgml b/doc/src/sgml/dfunc.sgml index 6ee05db813..42d1ef5fbf 100644 --- a/doc/src/sgml/dfunc.sgml +++ b/doc/src/sgml/dfunc.sgml @@ -1,6 +1,8 @@ Linking Dynamically-Loaded Functions + + - After you have created and registered a user-defined - function, your work is essentially done. Postgres, - however, must load the object code (e.g., a .o file, or + function, your work is essentially done. + Postgres, + however, must load the object code + (e.g., a .o file, or a shared library) that implements your function. As - previously mentioned, Postgres loads your code at + previously mentioned, Postgres + loads your code at runtime, as required. In order to allow your code to be dynamically loaded, you may have to compile and link-edit it in a special way. This section briefly describes how to perform the compilation and link-editing required before you can load your user-defined - functions into a running Postgres server. Note that + functions into a running Postgres server. + Note that this process has changed as of Version 4.2. +