pg_dump, send/recv

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump, send/recv
Date: 2012-09-19 17:01:16
Message-ID: k3ctoq$1fr$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
optimization for storing binary data in the database?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2012-09-19 17:17:23 Re: Difference between ON and WHERE in JOINs
Previous Message Mike Roest 2012-09-19 16:35:14 Re: initial sync of multiple streaming slaves simultaneously