"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > IMHO vacuumdb and vacuumlo should disable statement_timeout before vacuuming > the database.
IMHO this request suggests that you are not setting statement_timeout in sane places. One reasonable setup is to attach it to userids other than the one used for vacuuming. regards, tom lane ---------------------------(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