creating trigger

From: Soundar <Soundar(dot)Pandurangan(at)exchange1(dot)echostar(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: creating trigger
Date: 1999-12-22 15:38:27
Message-ID: 3860F073.F0630132@exchange1.echostar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I'm trying to create a trigger.

I created a function which returns a count of the rows. I used this
procedure while creating the trigger. But, I get an error stating SQL
must return opaque. I tried the same with returning a varchar. I get
the same error again.

In simple words, I need to create a trigger. Can anyone help me in
doing this. BTW, what is similar fxn. as dbms_output.println() in
Oracle.

Thanks in advance.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Alliban 1999-12-22 16:49:51 Re: [GENERAL] Getting value of SERIAL column after insert from libpq?
Previous Message soundar rajan 1999-12-22 15:33:45 creating trigger