tcl bindings for 8.0

Started by David Rysdamover 21 years ago4 messagesgeneral
Jump to latest
#1David Rysdam
drysdam@ll.mit.edu

The README from 8.0-beta3 says "This distribution also contains several
language bindings, including C and Tcl" but I'm not finding libpgtcl
being built, nor can I find a way to tell it to. I see pgtcl is on
http://gborg.postgresql.org, so this mean that the README is out of date
and I need to download a separate piece? Does it currently work with
beta3 given that the proejct says "Enhancements will include converting
all commands to use Tcl 8-style objects"?

#2David Rysdam
drysdam@ll.mit.edu
In reply to: David Rysdam (#1)
Re: tcl bindings for 8.0

David Rysdam wrote:

The README from 8.0-beta3 says "This distribution also contains
several language bindings, including C and Tcl" but I'm not finding
libpgtcl being built, nor can I find a way to tell it to. I see pgtcl
is on http://gborg.postgresql.org, so this mean that the README is out
of date and I need to download a separate piece? Does it currently
work with beta3 given that the proejct says "Enhancements will include
converting all commands to use Tcl 8-style objects"?

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Oh, *Tcl* 8 objects. I was reading that as PostgreSQL 8 at first.
Still, my question stands. Is libpgtcl in 8.0-beta3 and I'm missing it
or do I need to download?

#3ljb
ljb220@mindspring.com
In reply to: David Rysdam (#1)
Re: tcl bindings for 8.0

drysdam@ll.mit.edu wrote:

David Rysdam wrote:

The README from 8.0-beta3 says "This distribution also contains
several language bindings, including C and Tcl" but I'm not finding
libpgtcl being built, nor can I find a way to tell it to. I see pgtcl
is on http://gborg.postgresql.org, so this mean that the README is out
of date and I need to download a separate piece? Does it currently
work with beta3 given that the proejct says "Enhancements will include
converting all commands to use Tcl 8-style objects"?

Oh, *Tcl* 8 objects. I was reading that as PostgreSQL 8 at first.
Still, my question stands. Is libpgtcl in 8.0-beta3 and I'm missing it
or do I need to download?

The README for 8.0beta3 is wrong on Tcl and I sent in a patch so it should
be fixed in a future release. Tcl is now unbundled, so if you want to write
client apps in Tcl that talk to PostgreSQL, visit gborg.postgresql.org and
take a look. There are currently at least 3 Tcl interfaces there.
I have tested my two, pgin.tcl-2.1.0 and pgintclng-1.5.1, talking to a
PostgreSQL-8.0beta3 server (on Linux only) and both passed my test suite.

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: ljb (#3)
Re: tcl bindings for 8.0

ljb <ljb220@mindspring.com> writes:

The README for 8.0beta3 is wrong on Tcl and I sent in a patch so it should
be fixed in a future release.

Yeah, looks like Neil applied that about two weeks ago.

regards, tom lane