Jan Wieck <[EMAIL PROTECTED]> writes: > So I can see value in a per database default in pg_database > plus the ability to switch it on/off via statement to analyze > single commands. Do you even need a per-database default? Why not an installation-wide default in postgresql.conf plus on/off commands? The great advantage of doing it that way is that it's simply a GUC variable or three, and you don't need to expend any work on developing infrastructure. So I'd recommend doing it that way to get started, even if you later decide that something more complex is warranted. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl