Re: Problem migrating dump to latest CVS snapshot.

Поиск
Список
Период
Сортировка
От Gunnar R|nning
Тема Re: Problem migrating dump to latest CVS snapshot.
Дата
Msg-id x67l1h9r1n.fsf@thor.candleweb.no
обсуждение исходный текст
Ответ на Problem migrating dump to latest CVS snapshot.  (Gunnar R|nning <gunnar@candleweb.no>)
Ответы Re: Problem migrating dump to latest CVS snapshot.
Список pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

>
> If you still have the value stored in the original database, please try
>     select date_part('seconds', ...)
> to see what that reports as the true seconds part of the value.
>

Seems you hit the nail with your theory :

sf-ng=# select date_part('seconds', a_accesstime) from access_log where
a_accesstime > '2000-10-24 15:14:59' limit 1;
 date_part
-----------
    59.997
(1 row)

sf-ng=#


regards,

    Gunnar

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] SPI example does not work for 7.1beta4
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Foreign keys/unique values and views