mysqlcompat - mysqlcompat: Update string and datetime functions to be

From: jablonov(at)pgfoundry(dot)org (User Jablonov)
To: pgsql-committers(at)postgresql(dot)org
Subject: mysqlcompat - mysqlcompat: Update string and datetime functions to be
Date: 2011-12-06 18:52:11
Message-ID: 20111206185211.1831A10C0980@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update string and datetime functions to be valid on PostgreSQL 8.4 and higher. Drop cast, aggregate and operator if exists before it is created. Retested on 8.4.x, 9.0.x, 9.1.x

Modified Files:
--------------
mysqlcompat:
README (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/README?r1=1.11&r2=1.12)
aggregate.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/aggregate.sql?r1=1.2&r2=1.3)
casts.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/casts.sql?r1=1.2&r2=1.3)
datetime.sql (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/datetime.sql?r1=1.9&r2=1.10)
operators.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/operators.sql?r1=1.2&r2=1.3)
string.sql (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/string.sql?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-12-06 20:55:53 pgsql: Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.
Previous Message Jan Urbański 2011-12-06 18:33:52 Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support