Re: drop database

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Julie Nishimura <juliezain(at)hotmail(dot)com>
Cc: Ron <ronljohnsonjr(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: drop database
Date: 2019-10-17 21:31:00
Message-ID: CAHOFxGoX=i_O-SQ028HFOFQmLWPdga3_5bv2ZucRb=YBNykb0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Your plan to loop over tables and truncate them seems great if you are
worried. It seems simple to verify that space is being freed as you go, and
also easy to change tactics if the need arises.

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2019-10-17 22:02:57 Re: v12 and pg_restore -f-
Previous Message Julie Nishimura 2019-10-17 21:21:27 Re: drop database