Re: lfcr with plpgsql

From: "Derrick Betts" <derrick(at)grifflink(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: lfcr with plpgsql
Date: 2005-03-09 02:43:47
Message-ID: 1cb501c52451$d4187250$0200a8c0@main
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

That was it. Good eye I must say.

Thanks!
Derrick
----- Original Message -----
From: "Michael Fuhr" <mike(at)fuhr(dot)org>
To: "Derrick Betts" <derrick(at)grifflink(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Sent: Tuesday, March 08, 2005 7:33 PM
Subject: Re: [NOVICE] lfcr with plpgsql

> On Tue, Mar 08, 2005 at 07:06:57PM -0700, Derrick Betts wrote:
>
>> PERFORM pgmail(\'Reminders(at)EvergreenMortgageInc(dot)com\',email_1,\'Reminder
>> Notice\',Body,\'text/html\');
>
> If the MIME type is text/html and if the mail reader understands
> HTML, then it might be ignoring newlines when it formats the message
> for display. What happens if you use text/plain or if you put <br>
> at the end of each line?
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message brew 2005-03-09 02:58:55 Re: Getting started - Interfacing questions
Previous Message David 2005-03-09 02:42:45 Re: Getting started - Interfacing questions