On Wed, Nov 16, 2011 at 06:53, Greg Smith <[email protected]> wrote: > -Considers all names in that directory that end with *.conf [Discussion > concluded more flexibility here would be of limited value relative to how it > complicates the implementation]
I'd suggest also excluding hidden files -- files that start with a dot. That's how glob/fnmatch functions work and most "include all files" implementations are based on that. Regards, Marti -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
