Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANNOUNCE: pgtcl 1.5 stable release

7 views
Skip to first unread message

bs

unread,
Jun 26, 2005, 11:36:31 AM6/26/05
to
This is the stable release of Pgtcl 1.5, also known as libpgtcl, a
package that adds PostgreSQL client extensions to the Tcl programming
language. Pgtcl 1.5 has some bug fixes and many new features. There is
also updated documentation and a test suite.

It comes in source form, as well as pre compiled Windows DLLs.

Pgtcl was tested on WindowsXP, Linux (SuSE 9.1), and FreeBSD. It was
tested against PG databases running version 7.3, 7.4, and 8.0. Note
however, that this release does not contain any new client features
that were introduced with PG 8.0.

Files can be downloaded from here: http://pgfoundry.org/projects/pgtcl/
additional info can be found here: http://wiki.tcl.tk/pgtcl

New features:

o Proper Tcl namespace support, in the ::pg namespace

o Connection and result handles can be used as commands.

o -dict option in pg_result (experimental, since the Tcl dictionary API
could possible change). Requires Tcl 8.5 or the dict extension
http://pascal.scheffers.net/software/

o New -connhandle option to pg_connect. Gives the user the ability to
name the connection handle.

o New -connlist option to pg_connect. Another alternative to passing
the connection parameters, using a Tcl name/value list.

o New pg_dbinfo command

o New escape commands: pg_escape_string, pg_escape_bytea,
pg_unescape_bytea

o Test suite, which covers common scenarios. Is not near exhaustive
yet. Based on tcltest.

o updated documentation

o Helper procs in the playpen directory


Please visit the pgtcl project home page and http://wiki.tcl.tk/pgtcl
for more detail information.

sig...@gmail.com

unread,
Jun 27, 2005, 8:37:07 PM6/27/05
to

Is there a version that support Oracle 9i on Windows?

Robert

bs

unread,
Jun 28, 2005, 12:10:50 AM6/28/05
to

This is for the Postgresql database system, not Oracle.

sig...@gmail.com

unread,
Jun 28, 2005, 9:30:23 AM6/28/05
to

bs wrote:
<snip>


> > > Please visit the pgtcl project home page and http://wiki.tcl.tk/pgtcl
> > > for more detail information.
> >
> > Is there a version that support Oracle 9i on Windows?
> >
>
> This is for the Postgresql database system, not Oracle.

You know I was thinking of one thing and writing the other! I meant to
say Pg8 on Windows.

Robert

bs

unread,
Jun 28, 2005, 10:51:57 AM6/28/05
to
Well, I am not sure what you mean exactly. There are precompiled
Windows DLLs at http://pgfoundry.org/projects/pgtcl/ . This release
does not have the new features in libpq in PG 8, but it will connect to
a PG database running version 8. I never tried connecting to a PG
database running on windows, but that *should* be the same.

Does that answer your question?

sig...@gmail.com

unread,
Jun 28, 2005, 11:06:17 AM6/28/05
to

Yup, it sure does. I went to that site but saw the 7.X in the file name
so I wanted to make sure.

Robert

0 new messages