Pltcl error - could not create "normal" interpreter

Поиск
Список
Период
Сортировка
От Lenorovitz, Joel
Тема Pltcl error - could not create "normal" interpreter
Дата
Msg-id 7119BB016BDF6445B20A4B9F14F50B2D44A8E0@WILSON.usap.gov
обсуждение исходный текст
Ответы Re: Pltcl error - could not create "normal" interpreter  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Pltcl error - could not create "normal" interpreter  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Greetings,

Could somebody shed any light on the error message below that came from
trying to call a simple pltcl test function?  I am running Postgres 8.1
on WinXP and just recently added the pltcl language by copying Tcl84.dll
into my system directory (C:/Windows/System32) and successfully issuing
the command:
> createlang pltcl -U db_admin postgres
What else do I need to do or configure to enable this full
functionality?

postgres=# create or replace function test_fxn() returns void as $$
postgres$# spi_exec "SELECT * FROM test"
postgres$# $$ language pltcl;
CREATE FUNCTION
postgres=# select test_fxn();
ERROR:  could not create "normal" interpreter
postgres=#

Any help is greatly appreciated and the little that's in the
archives/www is fairly abstruse.  Thanks,
JL

В списке pgsql-general по дате отправления:

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: [girgen@FreeBSD.org: Re: port fault on pg_ctl's
Следующее
От: David Goodenough
Дата:
Сообщение: MySQL drops support for most distributions