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 utility called "postconf" postconf => display all settings postconf foo => display setting foo postconf -n => display non-standard config settings Other stuff too, see http://www.postfix.org/postconf.1.html Standard procedure for problems on the postfix list is to ask for "postconf -n" output before anything else. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match