Re: safelly erasing dirs/files - Mailing list pgsql-general

From Joao Ferreira gmail
Subject Re: safelly erasing dirs/files
Date
Msg-id 1258227770.7624.7.camel@debj5n.critical.pt
Whole thread Raw
In response to Re: safelly erasing dirs/files  (Bill Moran <wmoran@potentialtech.com>)
Responses Re: safelly erasing dirs/files  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: safelly erasing dirs/files  (John R Pierce <pierce@hogranch.com>)
Re: safelly erasing dirs/files  (Greg Stark <gsstark@mit.edu>)
Re: safelly erasing dirs/files  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-general
ok. thx all for the explanation

my problem is I a heavilly bloated pg database that has just filled up
the partition

data is in /var/pgsql/.. and /var is 100% full...

vacuum/reindex is saying: I can't do it cause I have no space :(

how do I un-bloat the /var partition ? this is why I was considering
rm !!!!

thx
Joao

On Sat, 2009-11-14 at 14:35 -0500, Bill Moran wrote:
> Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com> wrote:
> >
> > Hello all,
> >
> > How can I safelly erase (with rm command in Linux) files or dirs
> > concerning a specific database ?
>
> What do you mean by this?  The typical way would be to log into the
> DB server and issue DROP DATABASE x.
>
> However, if you're looking for secure data destruction (akin to rm's -P
> flag) I don't know if there is a canned method for doing so.
>


pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: safelly erasing dirs/files
Next
From: John R Pierce
Date:
Subject: Re: safelly erasing dirs/files