Query - Mailing list pgsql-general

From Atul
Subject Query
Date
Msg-id 001601c0be9d$44a634e0$5e05a8c0@atul
Whole thread Raw
Responses Re: Query
List pgsql-general
Hi,
 
I have a query regarding composite types (user-defined types). I have defined a type alongwith its input and output functions. But I am not able to access the type using my PL/pgSQL function. My type is as follows
 
typedef struct Sample
{
    int nCtr1,
    int nCtr2
} Sam;
 
If anyone has some clue about it please mail back.
 
My email-id is atulk@newgen.co.in 

pgsql-general by date:

Previous
From: Robert Gaszewski
Date:
Subject: PostgreSQL 7.1, UNICODE and glibc
Next
From: Carlos Felipe Zirbes
Date:
Subject: RE: migration?