Re: 8.3b2: problem using "COPY ... TO/FROM .... BINARY"

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: 8.3b2: problem using "COPY ... TO/FROM .... BINARY"
Дата
Msg-id 1195401406.5848.10.camel@mha-laptop.clients.sollentuna.se
обсуждение исходный текст
Ответ на Re: 8.3b2: problem using "COPY ... TO/FROM .... BINARY"  ("Thomas H." <me@alternize.com>)
Ответы Re: 8.3b2: problem using "COPY ... TO/FROM .... BINARY"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Sat, 2007-11-17 at 21:13 +0100, Thomas H. wrote:
> tom lane wrote:
> >> i'm not sure it its really a bug - the manual specifies that COPY ...
> >> BINARY between different PGSQL versions might be problematic.
> >
> >> nevertheless: i've imported several tables from 8.2.5 to 8.3b2 without
> >> any problems, until one table produced an error on a timestamp field:
> >
> > I'll bet a nickel that you built one version with float timestamps and
> > the other with integer ...
>
> both versions are the official win32 builds from postgresl.org...

That means Tom is right, as usual :-)

8.3 is built with integer timestamps, 8.2 and earlier with float
timestamps.

//Magnus

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3750: Invalid frontend message type 112
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.3b2: problem using "COPY ... TO/FROM .... BINARY"