e bit easier to implement. One concern would be about preformance:
I guess that temp tables are written to disk and fetched as any other
table but discarded in the end of the session.
Any suggestion or comments?
Thanks again,
Ronnie
Joe Conway escreveu em 6/1/2005 21:57:
Ronnie Meier Ramos wrote:
AFA
I'm analysing a conversion of a system from Oracle to PG. The system in
case uses a lot of PL/SQL packages and lots of them uses public/static
global/persistent variables declared inside its package specification or
body.
AFAIK PG doesn't have packages - this is not a problem since I can
handl