... - Mailing list pgsql-sql

From sundaresan raman
Subject ...
Date
Msg-id 20031222103043.50050.qmail@web41006.mail.yahoo.com
Whole thread Raw
Responses Re:
List pgsql-sql
hi,
I am new of postgre sql.im using cursors in pgsql and
getting tuples successfully returns in c++, but how
can i raise exception in the stored function?.pl
anyone help me.
This is my function :


CREATE or REPLACE FUNCTION
sp_test_validatePartnerCode(text)  RETURNS int4 AS
'  DECLAREt_p_code ALIAS FOR $1;curPartner CURSOR FOR SELECT partner_code FROM 
test_license WHERE partner_code = t_p_code;BEGIN
  OPEN curPartner;  return curPartner;

END;
'LANGUAGE 'plpgsql' ;



advance thanks ,
sundar


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


pgsql-sql by date:

Previous
From: LAIN Lucas TECHTEL
Date:
Subject: restoring database
Next
From: "Preeti Ambardar"
Date:
Subject: SQL Optimization