Обсуждение: Functions calling Functions

Поиск
Список
Период
Сортировка

Functions calling Functions

От
"Richard Hall"
Дата:
We are starting to port a database from Oracle  to PostgreSQL.

After reading through half a dozen books on PostgreSQL, I can find very
little when one pl/pgsql function calls another pl/pgsql function and
the called function does RAISE EXCEPTION.

Rick