pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round
Дата
Msg-id 20050323225702.A071053511@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Update wording:

<     o Process mixed ANSI/PG syntax, and round value to requested
<       precision or generate an error
<     o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
<       INTERVAL MONTH), and this should return '12 months'
194a191,194
>     o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
>       INTERVAL MONTH), and this should return '12 months'
>     o Round or truncate values to the requested precision, e.g.
>       INTERVAL '11 months' AS YEAR should return one or zero

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1481 -> r1.1482)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1481&r2=1.1482)

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

Предыдущее
От: dfetter@pgfoundry.org (User Dfetter)
Дата:
Сообщение: docbot - docbot: Small cleanups.
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY