Query

Поиск
Список
Период
Сортировка
От Atul
Тема Query
Дата
Msg-id 001601c0be9d$44a634e0$5e05a8c0@atul
обсуждение исходный текст
Ответы Re: Query  ("Eric G. Miller" <egm2@jps.net>)
Список 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 по дате отправления:

Предыдущее
От: Robert Gaszewski
Дата:
Сообщение: PostgreSQL 7.1, UNICODE and glibc
Следующее
От: Carlos Felipe Zirbes
Дата:
Сообщение: RE: migration?