Re: Where do Tcl questions go?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where do Tcl questions go?
Дата
Msg-id 18227.1154537794@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Where do Tcl questions go?  ("Carlo Stonebanks" <stonec.register@.sympatico.ca>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Where do Tcl questions go?
Следующее
От: "Carlo Stonebanks"
Дата:
Сообщение: Re: Where do Tcl questions go?