Am Freitag, 25. August 2006 13:51 schrieb Martijn van Oosterhout: > It really depends on the format they send you. It's either plain text, > in which case the COPY commands will tell you which fields. If it's the > custom format you can use tar to extract it IIRC.
You can also use pg_restore to extract "binary" dump formats to plain text. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(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