Тёмный
No video :(

8. Postgres Administration - Tablespace 

SQL Depository
Подписаться 2 тыс.
Просмотров 331
50% 1

Postgres Administration - Tablespace
#check existing tablespace
select * from pg_tablespace;
#create tablespace
create tablespace rpt location '/opt/rpt';
#create table in non default tablespace
create table reporting (id int) tablespace rpt;
#check tablespace of a table
select * from pg_tables where tablename='tablename';

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
skibidi toilet multiverse 041
06:01
Просмотров 5 млн
PostgreSQL roles, schema and security
32:32
Просмотров 18 тыс.
MySQL vs PostgreSQL
9:21
Просмотров 32 тыс.
Database Indexing for Dumb Developers
15:59
Просмотров 53 тыс.
tablespace concept in postgres
10:05
Просмотров 10 тыс.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 191 тыс.
PostgreSQL CRASH COURSE - Learn PostgreSQL in 2024
50:26
Part 21 - PostgreSQL : What is a Pg_base backup.
24:36