Re: [GENERAL] pg_dump, send/recv

2012-09-19 Thread Craig Ringer
On 09/20/2012 01:01 AM, Ivan Voras wrote: Hello, Actually I have sort of two questions rolled into one: when creating custom data types, there's the option to implement *_send() and *_recv() functions in addition to *_in() and *_out(); does pg_dump use them for binary dumps, and, if not, what us

[GENERAL] pg_dump, send/recv

2012-09-19 Thread Ivan Voras
Hello, Actually I have sort of two questions rolled into one: when creating custom data types, there's the option to implement *_send() and *_recv() functions in addition to *_in() and *_out(); does pg_dump use them for binary dumps, and, if not, what uses them? Are they only an optional optimizat