Thank you. Later checking showed that these requirements were listed in
the first sentence of the relevant page. Everything works like a champ
now. I've made a small donation to the EFF and to the Red Cross as a
minor thanks for your prompt help.
Kevin Way
---(end of b
On Fri, 14 Sep 2001, Kevin Way wrote:
> I'm having trouble creating a trigger. First i'm creating a function,
> add_to_search in PL/pgSQL.
>
> \df verifies the existance of this function:
> smallint | add_to_search | text, text, text, integer
>
> but when I call:
>
> C
On Sep 14, Kevin Way wrote:
> I'm having trouble creating a trigger. First i'm creating a function,
> add_to_search in PL/pgSQL.
>
> \df verifies the existance of this function:
> smallint | add_to_search | text, text, text, integer
>
-- We can verify all the functio
I'm having trouble creating a trigger. First i'm creating a function,
add_to_search in PL/pgSQL.
\df verifies the existance of this function:
smallint | add_to_search | text, text, text, integer
but when I call:
CREATE TRIGGER item_insert_search_add AFTER INSERT
ON i