Re: Parsing config files in a directory - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Parsing config files in a directory
Date
Msg-id 87skd2gm22.fsf@hi-media-techno.com
Whole thread Raw
In response to Re: Parsing config files in a directory  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
> In regards to parsing files in a directory. It makes sense. Why the
> implementation is so difficult is beyond me. Can't we just look at
> Apache and say, "Gee, it may not be perfect but it does everything we
> need, let's use their implementation."?

Reading files in a directory does not seem too hard, IIUC Magnus already
implemented it. What's hard is to convince anyone it helps solving the
tool editing problem (call it SET GLOBAL if you want).

Regards,
-- 
dim


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [PATCHES] updated hash functions for postgresql v1
Next
From: Dimitri Fontaine
Date:
Subject: Re: about GiST indexes