Re: Hint to set owner for tablespace directory

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Hint to set owner for tablespace directory
Дата
Msg-id b1a2ea3c-9472-2ca3-a5ab-ada7215a0d65@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Hint to set owner for tablespace directory  (Maksim Milyutin <milyutinma@gmail.com>)
Ответы Re: Hint to set owner for tablespace directory
Список pgsql-hackers
On 07/09/2018 11:59, Maksim Milyutin wrote:
> OK. However I think it would be helpful to leave the mention about 
> setting necessary owner for tablespace directory. My final version of 
> hint is "You might need to fix permissions on this directory or its 
> parents or install the PostgreSQL system user as the owner of this 
> directory." And updated version of patch is attached.

You are still proposing to hint that the permissions on the tablespace
directory might be correct but that the main database instance is
running under the wrong user.  I don't think that is a plausible
situation.  Clearly changing the tablespace directory permissions is
much simpler than changing the entire database setup.

The normal error situation here is that the tablespace directory has
been created in a way that the "postgres" user can't access the way it
wants.  I don't see how the existing messaging is insufficient in that case.

If anything, we should look to create some consistency with initdb.  It
basically does the same thing when it creates a new data directory.  I'm
not aware of a need to add more hints there either.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] proposal: schema variables
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: libpq stricter integer parsing