Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA18363; Mon, 21 Jun 93 17:39:37 -0700
Date: Mon, 21 Jun 93 17:39:37 -0700
Message-Id: <9306220039.AA18363@postgres.Berkeley.EDU>
From: lau@retina.CS.UCLA.EDU (Siu Wah Lau)
Subject: Problem in Defining User Function
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Cc: edmond@retina.CS.UCLA.EDU


Hi Everybody,

I have tried to define a user function that has be linked the
libpq as follows:

*  define function lcopy_in (language = "C", returntype = int4)
arg is (char16, char16)
as "/export/retina/p1/tangram/lau/src/icp.o"
"/usr/local/lib/libpq.a"
\g

According to the Postgres referene manual, 
the above postquel statement is valid.
However, I got the following error message from "monitor":

Query sent to backend is "define function lcopy_in (language = "C", returntype = int4) arg is (char16, char16) as "/export/retina/p1/tangram/lau/src/icp.o" "/usr/local/lib/libpq.a" "
WARN:Jun 21 17:40:12:parser: syntax error at or near """

Could someone point out what is the problem?

Thank you

Clarence
