pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a
Дата
Msg-id 20050609163509.A0AF852851@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Please find attached a patch (diff -c against cvs HEAD) to add a
function that accepts a double precision argument assumed to be a Unix
epoch timestamp and returns timestamp with time zone, and accompanying
documentation.

Usage:

test=# select to_timestamp(200120400);
       to_timestamp
------------------------
  1976-05-05 14:00:00+09
(1 row)

Michael Glaesemann

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.252 -> r1.253)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.252&r2=1.253)
    pgsql/src/include/catalog:
        pg_proc.h (r1.364 -> r1.365)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.364&r2=1.365)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: I've created a patch which adds support for troff "-ms" output to
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Since I needed this feature badly, I added the -n / --schema