Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e6a44134
Commit
e6a44134
authored
Mar 14, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any
bug reports. ;-)
parent
a298589e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
src/bin/pgtclsh/README
src/bin/pgtclsh/README
+4
-15
No files found.
src/bin/pgtclsh/README
View file @
e6a44134
pgtclsh is an example of a tclsh extended with the new Tcl
commands provided by the libpgtcl library. By using pgtclsh, one can
write front-end applications to Postgre
s95
in Tcl without having to
write front-end applications to Postgre
SQL
in Tcl without having to
deal with any libpq programming at all.
The pgtclsh is an enhanced version of tclsh. Similarly, pgtksh is a
wish replacement with postgres95 bindings. The Makefile is also set up
so that you can choose "pgtksh" as a target.
wish replacement with PostgreSQL bindings.
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 (including
earlier beta releases).
For details of the libpgtcl interface, please see the file
src/doc/libpgtcl.doc.
If you have any questions or bug reports, please send them to
Jolly Chen at jolly@cs.berkeley.edu.
For details of the libpgtcl interface, please see the Programmer's
Guide.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment