Peter Eisentraut <pete...@gmx.net> writes:
> As a file point, I would prefer something like

> include 'whatever/*.conf'

> that is, listing the files as a glob pattern instead of naming a
> directory.

+1, but *only* if it does not lead to us having to write our own
version of glob().  It's not worth that much work, compared to just
allowing a directory name and hard-wiring the "*.conf" rule.

Some poking around suggests that glob(3) is reasonably portable
across Unixen, but is it provided on Windows?

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to