Re: Control reached end of trigger procedure without RETURN - Mailing list pgsql-sql

MoNiLlO <monillo@adinf.es> writes:
> When I launch one insert returns error:
> I put the function and the returned error.

> CREATE OR REPLACE FUNCTION ventas_det_a_ventas_imp()
>   RETURNS trigger AS
> ...

> ERROR:  control reached end of trigger procedure without RETURN
> CONTEXT:  PL/pgSQL function "ventas_imp_a_ventas_cab"

The function that's lacking a RETURN is not the one you're showing us.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Santosh Bhujbal (sabhujba)"
Date:
Subject: Queyring for columns which are exist in table.
Next
From: Adelo
Date:
Subject: Re: Control reached end of trigger procedure without RETURN