Re: [GENERAL] Use of temporary tables in functions

2005-04-22 Thread Patrick . FICHE
:33To: pgsql-general@postgresql.orgSubject: [GENERAL] Use of temporary tables in functions Hi,   I had some issues with previous versions of Postgresql using temporary tables in functions. The main issue was that the both indexes pg_attribute_relid_attnam_index and

[GENERAL] Use of temporary tables in functions

2005-04-21 Thread Patrick . FICHE
Hi,   I had some issues with previous versions of Postgresql using temporary tables in functions. The main issue was that the both indexes pg_attribute_relid_attnam_index and pg_attribute_relid_attnum_index were always growing and I had to restart postgresql in single mode and run a REINDEX