X-Original-To: pgsql-sql@postgresql.org Received: from spampd.localdomain (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 1F59B475AE5 for ; Thu, 10 Apr 2003 10:58:37 -0400 (EDT) Received: from anrath.info (anrath.info [217.160.130.42]) by postgresql.org (Postfix) with SMTP id 1B921474E42 for ; Thu, 10 Apr 2003 10:58:35 -0400 (EDT) Received: (qmail 30903 invoked by uid 1047); 10 Apr 2003 14:58:34 -0000 Received: from p50855aed.dip.t-dialin.net (HELO sturmxp) (80.133.90.237) by anrath.info with SMTP; 10 Apr 2003 14:58:34 -0000 From: "Stefan Sturm" To: Subject: Trigger Date: Wed, 10 Apr 2024 16:58:12 +0200 Message-ID: <007401da8b57$925ff9f0$0200a8c0@sturmxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <200304101627.43804.barwick@gmx.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_30,IN_REP_TO,RCVD_IN_NJABL autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-Archive-Number: 200304/161 X-Sequence-Number: 12862 Hello, I switch to PostgreSQL 7.3 and now I try to make some Triggers. But the triggers are differnt to Oracle. Where can I find a tutorial about using and creating triggers in PostgreSQL 7.3 I just want to update to fields on instert and update with the system time... Perhaps someone can help me. Greetings, Stefan Sturm