Minor updates for date/time committed

Поиск
Список
Период
Сортировка
От thomas@postgresql.org
Тема Minor updates for date/time committed
Дата
Msg-id 200112100022.fBA0MOv06708@postgresql.org
обсуждение исходный текст
Список pgsql-hackers
I've committed some small changes to try to resolve the problem of SQL99-mandated
truncation of precision of time fields for TIMESTAMP and TIME data types.
Per the recent discussion, I've relaxed the mandated behavior for unspecified
precision of time fields for both date/time literals and for schema definitions.

I've also committed some small changes to the ODBC driver to convert CURRENT_TIME()
(note the parens) to an ODBC-specific function per the usual convention for
supporting goofy ODBC functions.

I would *like to* remove the corresponding syntax extensions in gram.y since they
have little to no apparent value. However, the archives are currently broken so I
don't know if there are other reasons for wanting them there.


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Explicit configuration file
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Intermediate report for AIX 5L port