readme
来自「关系型数据库 Postgresql 6.5.2」· 代码 · 共 22 行
TXT
22 行
pgtclsh is an example of a tclsh extended with the new Tclcommands provided by the libpgtcl library. By using pgtclsh, one canwrite front-end applications to Postgres95 in Tcl without having todeal with any libpq programming at all. The pgtclsh is an enhanced version of tclsh. Similarly, pgtksh is awish replacement with postgres95 bindings. The Makefile is also set upso that you can choose "pgtksh" as a target. pgtclsh has been tested with the official releases of Tcl version 7.4 and Tk version 4.0 and will probably not work with versions older than those (includingearlier beta releases). For details of the libpgtcl interface, please see the filesrc/doc/libpgtcl.doc. If you have any questions or bug reports, please send them toJolly Chen at jolly@cs.berkeley.edu.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?