Re: psql and pg_dump using obselete copy commands
От | Bruce Momjian |
---|---|
Тема | Re: psql and pg_dump using obselete copy commands |
Дата | |
Msg-id | 200503230241.j2N2fma29491@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: psql and pg_dump using obselete copy commands (Christopher Kings-Lynne <chriskl@familyhealth.com.au>) |
Список | pgsql-hackers |
Christopher Kings-Lynne wrote: > > Oh, if we do that, do we disallow connecting to older servers? > > Not at all, since the logic would be like this: > > if we have new copy functions > and we have protocol version function > and protocol version >= 3 > then use new copy functions > else > use old copy functions > > That would be even simpler if someone would answer my question about the > new copy functions working on a pre v3 server. (I'm setting up to test > that atm) I just talked to Christopher via IM. He says the new fuctions work with older server, and pg_dump always uses the libpq version that shipped with that version (or a newer one) so we have for TODO added: o Update pg_dump and psql to use the new COPY libpq API -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
В списке pgsql-hackers по дате отправления: