|
1 | 1 | pgtclsh is an example of a tclsh extended with the new Tcl
|
2 | 2 | commands provided by the libpgtcl library. By using pgtclsh, one can
|
3 |
| -write front-end applications toPostgres95 in Tcl without having to |
| 3 | +write front-end applications toPostgreSQL in Tcl without having to |
4 | 4 | deal with any libpq programming at all.
|
5 | 5 |
|
6 | 6 | The pgtclsh is an enhanced version of tclsh. Similarly, pgtksh is a
|
7 |
| -wish replacement with postgres95 bindings. The Makefile is also set up |
8 |
| -so that you can choose "pgtksh" as a target. |
| 7 | +wish replacement with PostgreSQL bindings. |
9 | 8 |
|
10 |
| -pgtclsh has been tested with the official releases of |
11 |
| -Tcl version 7.4 |
12 |
| -and Tk version 4.0 |
13 |
| - |
14 |
| -and will probably not work with versions older than those (including |
15 |
| -earlier beta releases). |
16 |
| - |
17 |
| -For details of the libpgtcl interface, please see the file |
18 |
| -src/doc/libpgtcl.doc. |
19 |
| - |
20 |
| -If you have any questions or bug reports, please send them to |
21 |
| -Jolly Chen at jolly@cs.berkeley.edu. |
| 9 | +For details of the libpgtcl interface, please see the Programmer's |
| 10 | +Guide. |