diff --git a/doc/src/sgml/ref/pgtclsh.sgml b/doc/src/sgml/ref/pgtclsh.sgml index c34da0ab8f..39767128a2 100644 --- a/doc/src/sgml/ref/pgtclsh.sgml +++ b/doc/src/sgml/ref/pgtclsh.sgml @@ -1,78 +1,74 @@ - 2000-12-25 + 2001-03-05 - - pgtclsh + + pgtclsh 1 Application + - - pgtclsh - + pgtclsh - Postgres TCL shell client + PostgreSQL Tcl shell client + pgtclsh + filename arguments - - - - Inputs - - - - - - dbname - - - The name of an existing database to access. - - - - - - - - - - Outputs - - - - - + Description + - pgtclsh provides a TCL shell interface - for Postgres. + pgtclsh 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. - Another way of accessing Postgres - through tcl is to use - - or - . + A Tcl shell with + Tk and + Postgres functions is available as . + + + See Also + + + + + PostgreSQL Programmer's Guide (description of libpgtcl) + + + tclsh 1 + + + + - 2000-12-25 + 2001-03-05 - - pgtksh + + pgtksh 1 Application + - - pgtksh - + pgtksh - Postgres graphical TCL/TK shell + PostgreSQL Tcl/Tk shell client + pgtksh + filename arguments - - - - Inputs - - - - - - dbname - - - The name of an existing database to access. - - - - - - - - - - Outputs - - - - - + Description + - pgtksh provides a graphical TCL/TK shell interface - for Postgres. + pgtksh is a Tcl/Tk + shell interface extended with Postgres + database access functions. (Essentially, it is + wish with libpgtcl loaded.) + Like with wish, the regular + Tcl/Tk shell, the first command line + argument is a script file, any remaining arguments are passed to + the script. Special options may be processed by the + X Window System libraries instead. + If no script file is named, the shell is interactive. - Another way of accessing Postgres - through TCL is to use - - or - . + A plain Tcl shell with + Postgres functions is available as . + + + See Also + + + + + PostgreSQL Programmer's Guide (description of libpgtcl) + + + tclsh 1 + + + wish 1 + + + +