David Fetter wrote: > Please find enclosed a patch, per Dennis Björklund, that uses -f for > input files rather than <. This makes error messages, &c. more > expressive.
To be portable, options must be before non-option arguments, so you need to rearrange the command-line arguments in the examples if you want to make that change. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(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