Hint to set owner for tablespace directory

Поиск
Список
Период
Сортировка
От Maksim Milyutin
Тема Hint to set owner for tablespace directory
Дата
Msg-id 5ca60e1a-26f9-89fd-e912-021dd2b8afe2@gmail.com
обсуждение исходный текст
Ответы Re: Hint to set owner for tablespace directory  (Michael Paquier <michael@paquier.xyz>)
Re: Hint to set owner for tablespace directory  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Re: Hint to set owner for tablespace directory  (avatar28 <jckliszczak@gmail.com>)
Список pgsql-hackers
Hi!


I have noticed the novice users are stuck trying to create tablespace 
over a directory whose owner is not the system postgres user. They 
observed the message "could not set permissions on directory ...: 
permission denied".

I want to add patch that prints hint to set required owner for the 
tablespace directory if this is the cause of the problem (*errno == 
EPERM* after calling *chmod*).


-- 
Regards,
Maksim Milyutin


Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Make executor's Range Table an array instead of a List
Следующее
От: Pavel Luzanov
Дата:
Сообщение: Re: [HACKERS] proposal: schema variables