Query

From: "Atul" <atulk(at)newgen(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Query
Date: 2001-04-06 13:27:03
Message-ID: 001601c0be9d$44a634e0$5e05a8c0@atul
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)newgen(dot)co(dot)in

Responses

  • Re: Query at 2001-04-08 07:17:39 from Eric G. Miller

Browse pgsql-general by date

  From Date Subject
Next Message Tim Knowles 2001-04-06 13:49:34 Can't recreate view from backup
Previous Message Alexander Lohse 2001-04-06 12:44:41 Re: php & pgsql under OSX