PGTCLSH(1) PostgreSQL Client Applications PGTCLSH(1)NAMEpgtclsh - PostgreSQL Tcl shell client
SYNOPSISpgtclsh [ filename [ arguments... ] ]
DESCRIPTIONpgtclsh is a Tcl shell interface extended with Postgres database access
functions. (Essentially, it is tclsh with libpgtcl loaded.) Like with
the regular Tcl shell, the first command line argument is a script
file, any remaining arguments are passed to the script. If no script
file is named, the shell is interactive.
A Tcl shell with Tk and Postgres functions is available as pgtksh(1).
SEE ALSOpgtksh(1), PostgreSQL Programmer's Guide (description of libpgtcl),
tclsh(1)Application 2001-03-05 PGTCLSH(1)