Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA00567; Wed, 23 Jun 93 13:11:15 -0700
Date: Wed, 23 Jun 93 13:11:15 -0700
Message-Id: <9306232011.AA00567@postgres.Berkeley.EDU>
From: lau@retina.CS.UCLA.EDU (Siu Wah Lau)
Subject: Linking User Defined Function
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu



Hi Everyone,

I have to define postquel function in C that has to be
linked with the HDF library.
>From previous response,
only one object file can be specified in the
function definition.

Could someone tell me how to link the C function with
library other than the backend postgres library?

Thank you.

Clarence
