pllolcode - pllolcode: Simple arithmetic now works (yay!).

Поиск
Список
Период
Сортировка
От eggyknap@pgfoundry.org (User Eggyknap)
Тема pllolcode - pllolcode: Simple arithmetic now works (yay!).
Дата
Msg-id 20071204034928.B9D2417AC899@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Simple arithmetic now works (yay!). Arithmetic operations follow the syntax below:
    <operator> x [AN] y
where operators are as follows:
SUM OF        (sum)
DIFF OF        (difference)
PRODUKT OF    (product)
QUOSHUNT OF    (quotient)
MOD OF        (modulus)
BIGGR OF    (maximum)
SMALLR OF    (minimum)

Modified Files:
--------------
    pllolcode:
        DOC (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC.diff?r1=1.8&r2=1.9)
        gram.y (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.14&r2=1.15)
        linux_test.sh (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/linux_test.sh.diff?r1=1.7&r2=1.8)
        pllolcode.h (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.h.diff?r1=1.11&r2=1.12)
        scan.l (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/scan.l.diff?r1=1.10&r2=1.11)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Entity-ify a passel of & < > characters.
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: log connection age on disconnect