On Fri, 4 Jun 2004 08:25:38 +0200, "Nagib Abi Fadel"
<nagib(dot)abi-fadel(at)usj(dot)edu(dot)lb> wrote:
>The use of sequence would require to clean up the table every N hour .
Right.
>The use of temporary table wouldn't require any cleanup.
Wrong. You would have to clean up the meta data, at least pg_class and
pg_attribute, maybe pg_index also. For the price of one temp table you
can have several rows in a permanent table.
Servus
Manfred