Re: [GENERAL] Many temporal schemas appearred on my DB

2008-12-25 Thread Angel Alvarez
El Jueves, 25 de Diciembre de 2008 Martijn van Oosterhout escribió: > On Thu, Dec 25, 2008 at 04:57:10PM +0100, Angel Alvarez wrote: > > Hi > > > > up to 5 chemas... pg_temp_n for (n=1..5) appearred on my pg 8.3 DB. > > > > pgadmin3 refuses to drop them so i have to open a sql editor and run "dro

Re: [GENERAL] Many temporal schemas appearred on my DB

2008-12-25 Thread Martijn van Oosterhout
On Thu, Dec 25, 2008 at 04:57:10PM +0100, Angel Alvarez wrote: > Hi > > up to 5 chemas... pg_temp_n for (n=1..5) appearred on my pg 8.3 DB. > > pgadmin3 refuses to drop them so i have to open a sql editor and run "drop > schema pg_tem...". > > Also some pg_toast_temp schemas got created... >