Re: Why lots of temp schemas are being created

From: "Anirban Pal" <anirban(dot)pal(at)newgen(dot)co(dot)in>
To: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Why lots of temp schemas are being created
Date: 2009-06-08 08:28:47
Message-ID: 44C0A299539140E9B7B1F29758106F0A@central.newgen.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Thank you for your response.

> Dear all,
>
> Our software use postgres as backend database. It works fine, strange
> thing
> is that, it creates so many temporary schemas under schema tab, names like
> pg_toast, pg_toast_temp_1 like this upto pg_toast_temp40. This schemas
> also
> reflected in "pg_namespace" table. Can anybody tell me, is there anything
> wrong in it? Should I get rid of these temporary schemas? Any suggestion
> on this, please.

you are a purist, bad habit.
Anything beginning with pg_* is an internal schema, don't touch it,
and no - you can't get rid of it.

--
GJ

Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the original intended recipient and have erroneously received this message, you are prohibited from using, copying, altering or disclosing the content of this message. Please delete it immediately and notify the sender. Newgen Software Technologies Ltd (NSTL) accepts no responsibilities for loss or damage arising from the use of the information transmitted by this email including damages from virus and further acknowledges that no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of NSTL.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2009-06-08 09:16:27 Re: why dropping a trigger may cause a deadlock
Previous Message Grzegorz Jaśkiewicz 2009-06-08 07:43:21 Re: Why lots of temp schemas are being created

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Hyatt 2009-06-08 13:35:39 Re: Yum Update Errors
Previous Message Grzegorz Jaśkiewicz 2009-06-08 07:43:21 Re: Why lots of temp schemas are being created