Re: Trigger

From: Adrian Klaver <aklaver(at)attbi(dot)com>
To: Tariq Muhammad <tmuhamma(at)libertyrms(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trigger
Date: 2002-11-28 21:12:37
Message-ID: 200211281312.37667.aklaver@attbi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 28 November 2002 01:04 pm, Tariq Muhammad wrote:
Thank you. By focusing on the quotes you made me realize I was using double
quotes instead of escaped single quotes.
> On Thu, 28 Nov 2002, Adrian Klaver wrote:
> > RAISE EXCEPTION " number is already present";
>
> Try it as under
>
> RAISE EXCEPTION ''number is already present'';
>
> Tariq Muhammad
> Liberty RMS
> tariq(at)libertyrms(dot)info
> v:416-646-3304 x 111
> c:416-993-1859
> p:416-381-1457
>
>
>
> ---------------------------(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)

In response to

  • Re: Trigger at 2002-11-28 21:04:54 from Tariq Muhammad

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2002-11-28 21:55:21 Trigger once again
Previous Message Tariq Muhammad 2002-11-28 21:04:54 Re: Trigger