Re: Converting a TimestampTz into a C# DateTime

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Converting a TimestampTz into a C# DateTime
Дата
Msg-id 30579.1479137777@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Converting a TimestampTz into a C# DateTime  (Jerome Wagner <jerome.wagner@laposte.net>)
Список pgsql-general
Jerome Wagner <jerome.wagner@laposte.net> writes:
> seeing you answer I have a question for which I found no answer a few weeks
> ago : is there a way to know at runtime which internal representation
> timestamps have ?

You can inspect the integer_datetimes setting, via SHOW or
current_setting().  In a libpq client it's also directly available
from PQparameterStatus().

            regards, tom lane


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

Предыдущее
От: Jerome Wagner
Дата:
Сообщение: Re: Converting a TimestampTz into a C# DateTime
Следующее
От: Albe Laurenz
Дата:
Сообщение: Re: Converting a TimestampTz into a C# DateTime