~ubuntu-branches/ubuntu/maverick/libpgjava/maverick

« back to all changes in this revision

Viewing changes to src/bin/pgtclsh/README

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-25 00:07:07 UTC
  • mfrom: (1.3.1 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060425000707-6lr2s0awuz4z48hm
* Drop support for the old jdbc2 driver (can be reverted if wanted)
  (closes: #358345).
* New upstream (thanks to Wolfgang Baer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pgtclsh is an example of a tclsh extended with the new Tcl
2
 
commands provided by the libpgtcl library.  By using pgtclsh, one can
3
 
write front-end applications to PostgreSQL in Tcl without having to
4
 
deal with any libpq programming at all.  
5
 
 
6
 
The pgtclsh is an enhanced version of tclsh.  Similarly, pgtksh is a
7
 
wish replacement with PostgreSQL bindings.
8
 
 
9
 
For details of the libpgtcl interface, please see the Programmer's
10
 
Guide.