Re: Where do Tcl questions go?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: stonec(dot)register(at)sympatico(dot)ca
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where do Tcl questions go?
Date: 2006-08-02 16:56:34
Message-ID: 18227.1154537794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carlo Stonebanks" <stonec(dot)register(at)(dot)sympatico(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlo Stonebanks 2006-08-02 17:09:01 Re: Where do Tcl questions go?
Previous Message Tom Lane 2006-08-02 16:52:45 Re: Where do Tcl questions go?