Re: Re: how to clean up temporary schemas (how to sync the system table with pg_dump)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gary Fu <gfu(at)saicmodis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: how to clean up temporary schemas (how to sync the system table with pg_dump)
Date: 2008-06-06 05:54:58
Message-ID: 4476.1212731698@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gary Fu <gfu(at)saicmodis(dot)com> writes:
> My question now is why those temporary schemas won't be cleaned
> after I restart the db ?

Just leave them alone and you'll be fine. These tools actually have
had most of the bugs worked out of them ;-) ... if you think pg_dump is
omitting something, you are probably mistaken.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Ostrowski 2008-06-06 06:59:56 Re: Full vacuum really slowing query down
Previous Message Brent Wood 2008-06-06 05:25:29 Re: Temporary Tables and Web Application