Re: Configuration include directory

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Selena Deckelmann <selena(at)chesnok(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, Greg Smith <greg(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Configuration include directory
Date: 2012-09-25 07:37:29
Message-ID: 50615F39.2030607@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24.09.2012 22:13, Gavin Flower wrote:
> On 25/09/12 02:41, Heikki Linnakangas wrote:
>> Multiple files within an include directory are processed in filename
>> order. The filenames are ordered by C locale rules, ie. numbers before
>> letters, and uppercase letters before lowercase ones.
>
> Even I can understand that! :-)
>
> More to the point: are fullstops '.' sorted before digits?

Yes. But files beginning with a fullstop are ignored.

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-09-25 08:06:43 Re: Oid registry
Previous Message Heikki Linnakangas 2012-09-25 07:08:41 Re: Switching timeline over streaming replication