postgresql/src/pl
Bruce Momjian 034895125d > > > > > - 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
2001-10-01 15:33:31 +00:00
..
plperl Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00
plpgsql The trailing semicolon in a plpgsql function definition is now optional. 2001-09-26 21:35:28 +00:00
plpython Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00
tcl > > > > > - PostgreSQL requires to be compiled with --enable-multibyte 2001-10-01 15:33:31 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00