orafce - orafce: Add an encoding option to utl_file.fopen() per

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Add an encoding option to utl_file.fopen() per
Date: 2009-12-04 00:28:50
Message-ID: 20091204002850.B6F9C10749EC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-12-04 00:31:07 orafce - orafce: Add documentation for utl_file.fopen() with an
Previous Message Heikki Linnakangas 2009-12-03 11:04:14 pgsql: Fix bug in temporary file management with subtransactions.