Search Postgresql Archives

Re: Verifying a timestamp is null or in the past

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 2, 2012, at 16:46, Ondrej Ivanič <ondrej.ivanic@xxxxxxxxx> wrote:

Hi,

On 2 January 2012 03:26, Raymond O'Donnell <rod@xxxxxx> wrote:
And also - does PERFORM works with FOUND?

Not sure what you mean - can you elaborate?

No, perform (and execute) doesn't populate 'found' variable:
http://www.postgresql.org/docs/9.0/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS

You have to use something like this:
get diagnostics rr = row_count;


--
Ondrej Ivanic
(ondrej.ivanic@xxxxxxxxx)



Yes, PERFORM does populate FOUND.

From the documentation you just linked to....

  • PERFORM statement sets FOUND true if it produces (and discards) one or more rows, false if no row is produced.




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux