ECPG and User-defined Types. - Mailing list pgsql-sql

From Andre Yoshiaki Kashiwabara
Subject ECPG and User-defined Types.
Date
Msg-id 20031201040936.GA27928@epicurus
Whole thread Raw
List pgsql-sql
Hi, 

How can i use a user-defined type in ECPG code ? 

For example:

I have the following stored-procedure:CREATE FUNCTION teste(MY_TYPE) RETURNS boolean;

where MY_TYPE is:CREATE TYPE MY_TYPE AS (id_person INT8, id_book INT8);

Now, i am having problem with:

EXEC SQL SELECT teste(:asd);

-- Andre  <yoshiaki@linux.ime.usp.br>





pgsql-sql by date:

Previous
From: Jeff Kowalczyk
Date:
Subject: Re: Trigger plpgsql function, how to test if OLD is set?
Next
From: googlemike@hotpop.com (Google Mike)
Date:
Subject: How Do I Toggle Quoted Identifiers?