Martijn van Oosterhout <kleptog@svana.org> writes: > Has anyone considered something like "reportbug" in Debian which > collects a certain amount of information about the system and then > creates an email with the information included. Of perhaps a pg_buginfo > like this:
pg_config and pg_controldata together cover most if not all of this info, and neither requires a running postmaster. 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