DBA Hub

📋Steps in this guide1/1

How to change tablespace owner

-- Change ownership of tablespace ts_postgres to user dev_admin

postgresql configurationintermediate
by PostgreSQL
13 views
1

How to change tablespace owner

-- Change ownership of tablespace ts_postgres to user dev_admin

Code/Command (click line numbers to comment):

1
2
3
4
postgres#
alter tablespace ts_postgres owner to dev_admin;
postgres#
\db+

Comments (0)

Please to add comments

No comments yet. Be the first to comment!