Re: create tablespaces and users

Поиск
Список
Период
Сортировка
От Shreeyansh Dba
Тема Re: create tablespaces and users
Дата
Msg-id CAGDYbUN6KGsVGqpGaz222AeBPbw73gB-vvwTxc5SRgQx5=h1RQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: create tablespaces and users  (Pepe TD Vo <pepevo@yahoo.com>)
Ответы Re: create tablespaces and users  (Pepe TD Vo <pepevo@yahoo.com>)
Список pgsql-admin
Are you talking about migration..?? If yes, you can keep the  schema / trigger same as oracle or transfer data in different schema by creating new as per your requirement whereas the public is the default schema in PostgreSQL.

Thanks & Regards,
Shreeyansh DBA Team
www.shreeyansh.com


On Mon, Jan 14, 2019 at 9:39 PM Pepe TD Vo <pepevo@yahoo.com> wrote:
thank you.  
so after create the database, I need to create user and tablespace with each ownership
create user <user name>;
create tablespace <name> location '<directory path>' owner <user name>;

what if I transfer the schemas/triggers, etc... from oracle to postgres, are they stayed the same or what?  What is the best way suggestion I need to do?

thank you.

v/r,
 
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


On Monday, January 14, 2019 10:48 AM, Shreeyansh Dba <shreeyansh2014@gmail.com> wrote:


In PostgreSQL tablespaces and user all cluster level objects. tablespace is just another name for a folder where the Postgres server process owner (typically “postgres” system user) is the owner and can write some files. 

In PostgreSQL All objects stored in default tablespace i.e. pg_default. 
You can create or alter databases in the tablespace and assign ownership for that tablespace.

Commands use for creating user and tablespace:
create user <user name>;
create tablespace <name> location '<directory path>' owner <user name>;

Thanks & Regards,
Shreeyansh DBA Team
www.shreeyansh.com


On Mon, Jan 14, 2019 at 8:55 PM Pepe TD Vo <pepevo@yahoo.com> wrote:
Hello experts,

From oracle databases, I have few tablespaces and users created for that particular database.  How could I do the same for postgres? 

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


В списке pgsql-admin по дате отправления:

Предыдущее
От: Pepe TD Vo
Дата:
Сообщение: Re: create tablespaces and users
Следующее
От: Pepe TD Vo
Дата:
Сообщение: Re: create tablespaces and users