Re: Moving a table to another directory

From: "Ezequiel Luis Pellettieri" <ezequiel(dot)pellettieri(at)gmail(dot)com>
To: "Milen A(dot) Radev" <milen(at)radev(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Moving a table to another directory
Date: 2007-02-06 02:26:03
Message-ID: 86aad3420702051826g321829a1t3c0f112819c6e767@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks Milen, does it work on 7.4??

pelle.-

2007/2/5, Milen A. Radev <milen(at)radev(dot)net>:
>
> Ezequiel Luis Pellettieri написа:
> > Hi guys I have a big table (25 gb) and a need to move it to another
> > directory cos i'm out of space.
> > making a symlik will be ok? or I have to do something else
> >
>
>
> 1. CREATE TABLESPACE xxx LOCATION 'another_dir'
> (http://www.postgresql.org/docs/current/static/sql-createtablespace.html);
>
> 2. ALTER TABLE big_table SET TABLESPACE xxx;
> (http://www.postgresql.org/docs/current/static/sql-altertable.html)
>
>
> --
> Milen A. Radev
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jaime Casanova 2007-02-06 03:03:47 Re: Moving a table to another directory
Previous Message Jaime Casanova 2007-02-06 00:45:38 Re: identity es postgresql