>Hi, i didn't know where to send this, so forgive me if this isn't the right >list.
probably general. > compiled pl/pgsql script that "remembers" the OID of temporary tables, Have you considered that if the temp table is created outside of the function that uses it, this is not a problem? Make one function, init_temp_tables() which is called after connection. It creates all your tables so they are persistent between calls. (FWIW, your function is clever). Merlin ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org