Re: Hint to set owner for tablespace directory

From: Maksim Milyutin <milyutinma(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Hint to set owner for tablespace directory
Date: 2018-08-24 09:35:00
Message-ID: 3deda6f3-3dfb-0246-905b-f76638b7658f@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 08/24/2018 05:18 AM, Michael Paquier wrote:

> On Thu, Aug 23, 2018 at 02:24:25PM +0300, Maksim Milyutin wrote:
>> 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*).
> Please do not forget to add this patch to the next commit fest.

Thanks, done.

--
Regards,
Maksim Milyutin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2018-08-24 11:44:12 Refactor textToQualifiedNameList()
Previous Message Yugo Nagata 2018-08-24 09:31:25 Re: has_table_privilege for a table in unprivileged schema causes an error