Sébastien Boutté writes:
I understand that i cannot do a dump of a database without bytea values.
What version of postgresql?
If 8.2 uou can do a copy to with a subselect
copy (select with fields except bytea) to '/somepath';
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
