diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-01 15:33:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-01 15:33:31 +0000 |
commit | 034895125d648b867ffc7240ffd6f0738d20803c (patch) | |
tree | 55873ea2b37ae03ed61a323004ec34e3a9f2fe8b /doc/src | |
parent | 9f09e8362b701730f5c3ab2c387bf603f8ee7cba (diff) | |
download | postgresql-034895125d648b867ffc7240ffd6f0738d20803c.tar.gz postgresql-034895125d648b867ffc7240ffd6f0738d20803c.zip |
> > > > > - PostgreSQL requires to be compiled with --enable-multibyte
> > > > > and --enable-unicode-convertion if it ought to work correctly
> > > > > with Tcl/Tk >= 8.1 (client or server side).
> > > > >
> > > > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion
> > > > > if it runs on a Tcl version >= 8.1 .
> > >
> > > > I'll do pl/tcl part in the next version of patch. Using this approach we
> > > > can eliminate overhead for databases in UNICODE.
> > >
> > > Any progress on this? I'd prefer to get rid of this --enable-pltcl-utf
> > > option before release.
> >
> > Done
> >
> > Next version removes --enable-pltcl-utf switch and enables embedded
> > utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a2804e76dd2..780159540d8 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.58 2001/09/21 23:20:02 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.59 2001/10/01 15:33:21 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -692,17 +692,6 @@ su - postgres </varlistentry> <varlistentry> - <term><option>--enable-pltcl-utf</option></term> - <listitem> - <para> - Enables enables PL/Tcl <function>Tcl_UtfToExternal</> and <function>Tcl_ExternalToUtf</> - conversion support. These functions needed for Tcl versions 8.1 - and above for proper handling of 8-bit characters. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--enable-odbc</option></term> <listitem> <para> |