Postgres 10 temp tablespace question

Поиск
Список
Период
Сортировка
От Joseph Dunleavy
Тема Postgres 10 temp tablespace question
Дата
Msg-id DM6PR17MB2747BA46DA76ABBBEF637045E44E0@DM6PR17MB2747.namprd17.prod.outlook.com
обсуждение исходный текст
Ответы Re: Postgres 10 temp tablespace question
Список pgsql-general

I am building a multi-tenant deployment with multiple database - 1 tenant per database.

I would like to be able to dedicate specific temp tablespace to a specific database or user/schemas.

I understand how to define temp_tablespace in postgresql.conf.


I can't find anything in the documentation on how to dedicate a specific temp_tablespaces to a specific database, user or schema.

I also thought maybe I could create a trigger on logon to set a specific temp tablespace per user, but I can't do that either.


Is it possible in Postgresql to dedicate a specific temp tablespace to a specific database or user/schema?


Thank you for the help.

JD




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

Предыдущее
От: Alexandru Lazarev
Дата:
Сообщение: Re: Hot to model data in DB (PostgreSQL) for SNMP-like multiple configurations
Следующее
От: Julie Nishimura
Дата:
Сообщение: DDL for database creation