Re: [GENERAL] Global/persistent variables

2005-01-07 Thread Ronnie Meier Ramos
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

[GENERAL] Global/persistent variables

2005-01-06 Thread Ronnie Meier Ramos
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