"Joshua D. Drake" <[EMAIL PROTECTED]> writes: > My actual point was that we could put a lot of the options in a global > table that could be adjusted versus having the flat file.
[ shrug... ] Then we would have two incompatible mechanisms instead of one. (We can't eliminate the flat file completely, for the simple reason that some of the settings have to be accessible before the database is up enough to read a table. Much less *write* a table ... how would you do initial configuration in such a setup?) And a table would be less friendly than a flat file in terms of documentation, flexibility for adding user comments, etc. I can't get excited about this. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match