Re: Where do Tcl questions go? - Mailing list pgsql-general

From Tom Lane
Subject Re: Where do Tcl questions go?
Date
Msg-id 18227.1154537794@sss.pgh.pa.us
Whole thread Raw
In response to Re: Where do Tcl questions go?  ("Carlo Stonebanks" <stonec.register@.sympatico.ca>)
List pgsql-general
"Carlo Stonebanks" <stonec.register@.sympatico.ca> writes:
> ... More specifically, I am looking
> for the scripts pltcl_loadmod, pltcl_listmod and pltcl_delmod mentioned in
> the PostgreSQL documentation of the "unknown" command.

They should be in the same directory as the other postgres executables,
if you have pltcl.

$ ls ~/testversion/bin
clusterdb*       ecpg*            pg_dumpall*      postmaster@
createdb*        initdb*          pg_resetxlog*    psql*
createlang*      ipcclean*        pg_restore*      reindexdb*
createuser*      pg_config*       pltcl_delmod*    vacuumdb*
dropdb*          pg_controldata*  pltcl_listmod*
droplang*        pg_ctl*          pltcl_loadmod*
dropuser*        pg_dump*         postgres*
$

If you don't see them, you should take it up with whoever created the
package you're using.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Where do Tcl questions go?
Next
From: "Carlo Stonebanks"
Date:
Subject: Re: Where do Tcl questions go?