Re: pgsql-server/src/interfaces/libpq fe-connect.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql-server/src/interfaces/libpq fe-connect.c
Date
Msg-id 20020829222611.4516b378.alvherre@atentus.com
Whole thread Raw
In response to Re: pgsql-server/src/interfaces/libpq fe-connect.c  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: pgsql-server/src/interfaces/libpq fe-connect.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
En Fri, 30 Aug 2002 10:15:02 +0800
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> escribió:

> Does this patch also check that it's not world-writable?

Yes (S_IRWXG | S_IRWXO).

What it doesn't check is that the directory it lives in is also not
world- or group-writable, or that it is a regular file.

I'm doing CLUSTER ALL right now and will attack REINDEX ALL later, so
feel free to do anything you like with this...

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Everybody understands Mickey Mouse. Few understand Hermann Hesse.
Hardly anybody understands Einstein. And nobody understands Emperor Norton."

pgsql-committers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pgsql-server/src/interfaces/libpq fe-connect.c
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src/interfaces/libpq fe-connect.c