RE: version 1 C-Language Functions

From: "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gowey, Geoffrey" <ggowey(at)rxhope(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: RE: version 1 C-Language Functions
Date: 2001-08-26 00:04:37
Message-ID: E15F4B031E17D5118B18009027F67927DABF@SERVER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What would the correct syntax be in order to do what I want to? I need to
enter in a variable length email address as the parameter to my planned
function. The param will then become part of a select statement to get
records (which I currently plan to accomplish by using strcat to join the
beginning of the select plus the param plus the closing '. Also where is
some good documentation on V1 command usage and examples?

Geoff

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Saturday, August 25, 2001 7:29 PM
To: Gowey, Geoffrey
Cc: 'pgsql-general(at)postgresql(dot)org'
Subject: Re: [GENERAL] version 1 C-Language Functions

"Gowey, Geoffrey" <ggowey(at)rxhope(dot)com> writes:
> Unfortunately, this function fails. What am i doing wrong?

"text *" is not "char *". The equivalent V0 code would fail just the
same way.

regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Lauko 2001-08-26 00:06:43 Re: Re: problems on solaris 7 (part 2)
Previous Message Dr. Evil 2001-08-25 23:37:50 PL/java?