Re: [GENERAL] createdb feature request

2004-02-11 Thread Richard Huxton
On Wednesday 11 February 2004 19:49, Mark Harrison wrote: > Apache has a nice feature: it creates copies of all the default > configuration files, so that it's easy to diff and see what has > been modified in the config files. > > Can this be included in createdb as well? Postfix has a useful util

Re: [GENERAL] createdb feature request

2004-02-11 Thread Bruce Momjian
Mark Harrison wrote: > Apache has a nice feature: it creates copies of all the default > configuration files, so that it's easy to diff and see what has > been modified in the config files. > > Can this be included in createdb as well? Uh, the defaults are already in /pgsql/share. -- Bruce Mo

[GENERAL] createdb feature request

2004-02-11 Thread Mark Harrison
Apache has a nice feature: it creates copies of all the default configuration files, so that it's easy to diff and see what has been modified in the config files. Can this be included in createdb as well? Thanks, Mark Here's a patch: *** initdb.sh-orig 2004-02-11 11:25:49.0 -0800 --- ini