Re: Triggers and Function's

From: Fabrizio Mazzoni <mazzofab(at)tiscalinet(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Triggers and Function's
Date: 2003-05-28 21:45:58
Message-ID: 20030528234558.0ba12b47.mazzofab@tiscalinet.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Or maybe you can use rules ..

--

On Wed, 28 May 2003 23:18:54 +0200
Ewald Geschwinde <webmaster(at)geschwinde(dot)net> wrote:

> Campos Chaves wrote:
>
> >Hi,
> >
> >After I insert on rocord on Table A, I need to insert
> >another record on Table B. I think that I have to use
> >triggers and functions. But I don't know how! You can
> >help me?
> >
> >Tanks
> >
> >_______________________________________________________________________
> >Yahoo! Mail
> >Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção contra spam.
> >http://br.mail.yahoo.com/
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
> >
> >
> >
> http://www.postgresql.org/docs/view.php?version=7.3&file=triggers.html
>
> look at the docs
> Regards Ewald Geschwinde
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-05-28 22:05:35 Re: Triggers and Function's
Previous Message Doug McNaught 2003-05-28 21:28:43 Re: ROLLBACK in a function?