[Pgpool-committers] pgpool - pgpool-II: Allow time stamp rewriting to work with arbitrary

User T-ishii t-ishii at pgfoundry.org
Tue Jun 28 23:07:41 UTC 2011


Log Message:
-----------
Allow time stamp rewriting to work with arbitrary expression in default
value of a column. Before we detected anything including now() then
simply replaced it to now(). This will lead to wrong rewriting of
default value. for example, timezone('utc'::text, now()).
Note that, however, this only adopts to simple queries. Extended protocols
(for example Java, PHP PDO) or sql "PREPARE" still remain same.

Modified Files:
--------------
    pgpool-II/doc:
        pgpool-en.html (r1.92 -> r1.93)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-en.html?r1=1.92&r2=1.93)
        pgpool-ja.html (r1.131 -> r1.132)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/doc/pgpool-ja.html?r1=1.131&r2=1.132)


More information about the Pgpool-committers mailing list