Static Variables in PL/PGSQL - Mailing list pgsql-novice

From Michael Dengler
Subject Static Variables in PL/PGSQL
Date
Msg-id BAY104-F7173A3733DA3AD735D823A7380@phx.gbl
Whole thread Raw
Responses Re: Static Variables in PL/PGSQL  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
Hi,

Is here a way to use static variables in PL/PGSQL?

I have a recursive PL/PGSQL function and need to execute a code only on the
first iteration of the function (I need to be able to count the function
iterations).

Any help?

Mike



pgsql-novice by date:

Previous
From: Raghunandan Bapuram
Date:
Subject: Using bytea
Next
From: "mallikarjun.revgond"
Date:
Subject: how to pass the password value in single statement.