From: | Terry Lee Tucker <terry(at)esc1(dot)com> |
---|---|
To: | "PostgreSQL Novice" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: FOUND variable |
Date: | 2004-12-21 15:13:53 |
Message-ID: | 200412211013.53025.terry@esc1.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
"FOUND is a local variable; any changes to it affect only the current PL/pgSQL
function."
Apparently, it is a local variable. You should be able to set it yourself,
but, I haven't tried it.
On Tuesday 21 December 2004 09:56 am, Keith Worthington saith:
> Hi All,
>
> Is it possible to explicitly set the FOUND variable?
>
> FOUND := FALSE
>
> Kind Regards,
> Keith
>
> ______________________________________________
> 99main Internet Services http://www.99main.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Quote: 47
"In selecting men for office, let principle be your guide. Regard not
the particular sect or denomination of the candidate -- look to his
character...."
--Noah Webster
Work: 1-336-372-6812
Cell: 1-336-363-4719
email: terry(at)esc1(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2004-12-21 16:32:08 | Re: [despammed] How to get day of week? |
Previous Message | Keith Worthington | 2004-12-21 14:56:13 | FOUND variable |