TImestamp with milliseconds or ten thousandths of a second

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема TImestamp with milliseconds or ten thousandths of a second
Дата
Msg-id CAAY=A7-93okpO8depX14fLLrXWCvH8GyGcnHwUoTxN50-ZKYPw@mail.gmail.com
обсуждение исходный текст
Ответы Re: TImestamp with milliseconds or ten thousandths of a second  (Gary Evans <garyevans.au@gmail.com>)
Список pgsql-novice
Hi,

I am using PostgreSQL to develop an application in .NET where I use a timestamp field. Actually, I am inserting records with the format "yyyy/MM/dd HH:mm:ss". Is it possible to specify milliseconds or ten thounsandths of a second? Is this a PostgreSQL issue or a .NET issue? I guess it is a PostgreSQL issue because the error is generated by the PostgreSQL data provider.

I am trying "yyyy/MM/dd HH:mm:ss.fff" for milliseconds and "yyyy/MM/dd HH:mm:ss.ffff" for ten thousandths of a second but I get an error saying that syntax is not valid.

Respectfully,
Jorge Maldonado

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

Предыдущее
От: amul sul
Дата:
Сообщение: Re: Recommendation about the implementation of a voting process
Следующее
От: Gary Evans
Дата:
Сообщение: Re: TImestamp with milliseconds or ten thousandths of a second