Peter Eisentraut <[EMAIL PROTECTED]> writes: > Mark Woodward wrote: >> Also, I know I've been harping on this for years (literally), but >> since the PosgteSQL programs already have the notion that there is >> some static directory for which to locate files (pg_service.conf), >> couldn't we also use this directory to include pg_hba.conf, >> pg_ident.conf, and perhaps even postgresql.conf?
> Considering that pg_service.conf is a client configuration file and the > others are server configuration files, I don't think there is a causal > relationship between putting them one place or another, independent of > the individual merit of placing them in particular spot. Indeed, such an arrangement would tie pg_service to a single server (and/or prevent multiple servers from being run on a single box). This proposal seems nonsensical to me. 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