> > I avoid as hell to use temporary tables. This is part of a complex
> > database, with more than 250 different tables. So i don't even want to
> > think about adding temporary tables, brrr !
>
> Just FYI, temporary tables in pgsql are invisible to other connections
> even if they have the same name, and are auto-dropped when the connection
> is dropped.
Well, i didn't know this.
I will check how it works.
Thanks a lot, Scott.
--
[EMAIL PROTECTED] 01.46.47.21.33
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly