DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

pgtclsh(1)





NAME

       pgtclsh - PostgreSQL Tcl shell client


SYNOPSIS

       pgtclsh [ filename  [ argument... ] ]


DESCRIPTION

       pgtclsh  is  a  Tcl  shell  interface extended with PostgreSQL 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 PostgreSQL functions is available as pgtksh(1).


SEE ALSO

       pgtksh(1),  pgtcl chapter in the documentation,  tclsh(1)

Application                       2003-11-02                        PGTCLSH(1)

Man(1) output converted with man2html