From: | Jie Liang <jliang(at)ipinc(dot)com> |
---|---|
To: | |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: how to execute a C program via trigger ? |
Date: | 2000-12-07 23:01:56 |
Message-ID: | 3A3016E4.433B5CAD@ipinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi,
Is any other SQL implicit cursor attribute in PL/plsql ??
when you say (in pl/plsql):
select field into v_1 from atable where whatever;
special variable FOUND can be used to tell return is null or not.
this functions like SQL%FOUND or SQL%NOTFOUND in Oracle,
however, when I do some DML(insert,delete,update), is there any other
special variable can tell me howmany success. Like SQL%ROWCOUNT in Orcale??
And if there is an error such as : cannot insert since duplicate key on an
unique index, is it possible to catch it??
Thanks.
--
Jie LIANG
Internet Products Inc.
10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873
jliang(at)ipinc(dot)com
www.ipinc.com
From | Date | Subject | |
---|---|---|---|
Next Message | Edmar Wiggers | 2000-12-07 23:08:09 | Unable to convert null timestamp to date. Bug? |
Previous Message | Beth Gatewood | 2000-12-07 21:45:00 | Re: trying to pattern match to a value contained in a column |