orafce - orafce: Add an encoding option to utl_file.fopen() per - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject orafce - orafce: Add an encoding option to utl_file.fopen() per
Date
Msg-id 20091204002850.B6F9C10749EC@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add an encoding option to utl_file.fopen() per user-request.
This is an orafce-specific feature (not exists in Oracle).

Modified Files:
--------------
    orafce:
        file.c (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c?r1=1.20&r2=1.21)
        orafunc.sql.in (r1.63 -> r1.64)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in?r1=1.63&r2=1.64)
        others.c (r1.21 -> r1.22)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix bug in temporary file management with subtransactions.
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: orafce - orafce: Add documentation for utl_file.fopen() with an