can Function return a row ???

Поиск
Список
Период
Сортировка
От Tahira Aslam
Тема can Function return a row ???
Дата
Msg-id 20020513053830.52185.qmail@web11008.mail.yahoo.com
обсуждение исходный текст
Список pgsql-general

Dear postgresql Developers ..I need your help regarding postgresql funtion return type.I need to build a stored procedure like this

"Select First_Name,Last_Name,Designation,Department,Telephone_No,Fax_No From "Document""

But I can't get this whole row ...i can only extract single column like this

SELECT "First_Name"(STP_SelectAllFromdocument());

I am using postgresql 7.2 alongwith pgaccess.plz let me know how can i return a rowset from a function.

 



Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Chatter in C++ interface
Следующее
От: Joe Conway
Дата:
Сообщение: Re: can Function return a row ???