Use of temporary tables in functions - Mailing list pgsql-general

From Patrick.FICHE@AQSACOM.COM
Subject Use of temporary tables in functions
Date
Msg-id 1DC6C8C88D09D51181A40002A5286929B22DCA@intranet
Whole thread Raw
List pgsql-general
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 command to free some space on the disk.
 
Does the problem still exist in version 8 ?
Thanks for your answers.
 
Patrick

-------------------------------------------------------------------------------------------
Patrick Fiche
email : patrick.fiche@aqsacom.com
tél : 01 69 29 36 18
-------------------------------------------------------------------------------------------

 

pgsql-general by date:

Previous
From: "Dinesh Pandey"
Date:
Subject: Re: List of Functions
Next
From: Ian Harding
Date:
Subject: Re: transaction started without BEGIN??? Please help!