Re:how to store data file in Postgres

From: chris <yuanzefuwater(at)126(dot)com>
To: "Pepe TD Vo" <pepevo(at)yahoo(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re:how to store data file in Postgres
Date: 2019-01-17 00:36:05
Message-ID: 74f92648.415f.168593c8539.Coremail.yuanzefuwater@126.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello there,

I don’t know your actual level of the transformation, you can create a new tablespace to the new partition and then moving some of the tables to the new location, or shutdown the pg and create a softlink for base dir to the new location then start it again. There are solutions, choose a good one for you current situation.

Thanks,
| |
Chris
|
|
yuanzefuwater(at)126(dot)com
|
签名由网易邮箱大师定制

On 01/17/2019 02:15,Pepe TD Vo<pepevo(at)yahoo(dot)com> wrote:
Hello Experts,

I created a database named "CIDR" using pg_default tablespace. Now if I am moving the data/schemas/triggers/functions from Oracle into Postgres but the spacing is an issue. From Oracle total datafile/tablespaces are 18G but in postgres where the pg_default tablespace has only 5G left. I am asking for more disk spaces, SA is willing to give me another partition. How do I move the CIDR database data file from where it is now to a new partition?

thank you.

Bach-Nga

No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)

**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2019-01-17 05:20:27 Re: pgBackRest : "ERROR: [042]: unexpected EOF reading line from remote process on" and stale pgbackrest processes hanging
Previous Message Pepe TD Vo 2019-01-16 23:34:23 Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL