snapshot - src: Created our own "type2name" mapping function since - Mailing list pgsql-committers

From cunha17@pgfoundry.org (User Cunha17)
Subject snapshot - src: Created our own "type2name" mapping function since
Date
Msg-id 20081130023306.E349E17ADE31@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Created our own "type2name" mapping function since DBD::Pg does not report/recognize all DBI reported types.

Modified Files:
--------------
    src/pl:
        getKeyColumns.pl (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/getKeyColumns.pl.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
    src/pl:
        getPgTypeName.pl (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/getPgTypeName.pl?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: cunha17@pgfoundry.org (User Cunha17)
Date:
Subject: snapshot - src: Changed reference to the constant PG_DATETIME to
Next
From: cunha17@pgfoundry.org (User Cunha17)
Date:
Subject: snapshot - src: Added "includes" to the new function all its