Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL

2003-12-13 Thread Robert Treat
Message Follows > From: Christoph Haller <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL > Date: Thu, 04 Dec 2003 17:16:32 MET > > Not sure if this is of any help ...

Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL

2003-12-06 Thread Robert Treat
r the suggestions Christoph. > -Clint > > > Original Message Follows > From: Christoph Haller <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL > Date: Thu, 04 Dec

Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL

2003-12-04 Thread Clint Stotesbery
Clint Original Message Follows From: Christoph Haller <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL Date: Thu, 04 Dec 2003 17:16:32 MET Not sure if this is of any help ... AFAIK there are no u

Re: [SQL] Help converting Oracle instead of triggers to PostgreSQL

2003-12-04 Thread Christoph Haller
> > I have some instead of triggers in Oracle, some update instead of triggers > and some insert instead of triggers. I was thinking that I could maybe use > instead of rules in PostgreSQL to get the same effect. I converted the > instead of trigger in Oracle into a PostgreSQL function below: >

[SQL] Help converting Oracle instead of triggers to PostgreSQL

2003-12-03 Thread Clint Stotesbery
I have some instead of triggers in Oracle, some update instead of triggers and some insert instead of triggers. I was thinking that I could maybe use instead of rules in PostgreSQL to get the same effect. I converted the instead of trigger in Oracle into a PostgreSQL function below: CREATE OR RE