scott.marlowe writes: > but I get basically the same thing if I dump it to a .sql file and do: > > psql dbname <dbname.sql
Use psql -f dbname.sql instead. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(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