12. postgreSQL - default_tablespace=test_users_data

Опубликовано: 25 Июнь 2026
на канале: Rem Serov
37
2

psql -d template1
\du
drop role test_role;
select * from pg_tablespace;select * from pg_class;
select * from pg_settings where name like '%tablespace%';

vi touch 2.conf
#####################
default_tablespace=test_users_data