Re: [GENERAL] Why lots of temp schemas are being created

2010-02-03 Thread Walter Coole
hat either. Walter -Original Message- From: Alvaro Herrera [mailto:alvhe...@commandprompt.com] Sent: Wednesday, February 03, 2010 3:36 PM To: Walter Coole Cc: Merlin Moncure; Grzegorz Jaƛkiewicz; Anirban Pal; pgsql-nov...@postgresql.org; pgsql-general@postgresql.org Subject: Re: [GE

Re: [GENERAL] Why lots of temp schemas are being created

2010-02-03 Thread Walter Coole
I've gotten a lot of similar schemas, like: CREATE SCHEMA pg_toast_temp_1 AUTHORIZATION postgres; and CREATE SCHEMA pg_temp_1 AUTHORIZATION postgres; I don't see anything of substance inside those schemas, like tables or sequences, so I THINK they are the legacy of some previous problem (O