Greenplum: Functions that execute SQL statements from the segDBs are not yet supported.

Поиск
Список
Период
Сортировка
От kirancnair
Тема Greenplum: Functions that execute SQL statements from the segDBs are not yet supported.
Дата
Msg-id 1294037730835-3325407.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Greenplum: Functions that execute SQL statements from the segDBs are not yet supported.
Re: Greenplum: Functions that execute SQL statements from the segDBs are not yet supported.
Список pgsql-admin
Hi,

I get this error when I try to call a function from an Insert Trigger set on
one of my tables in the SNE GP Edition:

ERROR:  Functions that execute SQL statements from the segDBs are not yet
supported (spi.c:203)  (seg0 localhost:50001 pid=5504)
DETAIL:
  SQL statement "SELECT DISTINCT min(zasn) FROM zeusasn WHERE zasn IN
(SELECT asn FROM asntable where ip >>= '10.29.249.121')"
PL/pgSQL function "eptriggerfn" line 5 at SQL statement

********** Error **********

ERROR: Functions that execute SQL statements from the segDBs are not yet
supported (spi.c:203)  (seg0 localhost:50001 pid=5504)
SQL state: XX000
Detail:
  SQL statement "SELECT DISTINCT min(zasn) FROM zeusasn WHERE zasn IN
(SELECT asn FROM asntable where ip >>= '10.29.249.121')"
PL/pgSQL function "eptriggerfn" line 5 at SQL statement

What can be the cause of this? Triggers + functions are working perfectly
fine with another table in the same DB.

Thanks in advance!

Rgds, Kiran
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Greenplum-Functions-that-execute-SQL-statements-from-the-segDBs-are-not-yet-supported-tp3325407p3325407.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

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

Предыдущее
От: pasman pasmański
Дата:
Сообщение: Re: pg v. 8.4.5 misses objects and data after restoring from backup using wal
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Greenplum: Functions that execute SQL statements from the segDBs are not yet supported.