Pegasus InfoCorp: Web site design and web software development company

PGTCLSH (1)

Postgres TCL shell client

SYNOPSIS

    pgtclsh [ dbname ]
    

    dbname

      The name of an existing database to access.

DESCRIPTION

    pgtclsh provides a TCL shell interface for Postgres.

    Another way of accessing Postgres through tcl is to use pgtksh(1) or pgaccess(1).