Re: lfcr with plpgsql - Mailing list pgsql-novice

From Derrick Betts
Subject Re: lfcr with plpgsql
Date
Msg-id 1cb501c52451$d4187250$0200a8c0@main
Whole thread Raw
In response to lfcr with plpgsql  ("Derrick Betts" <derrick@grifflink.com>)
List pgsql-novice
That was it.  Good eye I must say.

Thanks!
Derrick
----- Original Message -----
From: "Michael Fuhr" <mike@fuhr.org>
To: "Derrick Betts" <derrick@grifflink.com>
Cc: <pgsql-novice@postgresql.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@EvergreenMortgageInc.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
>
>



pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: lfcr with plpgsql
Next
From: brew@theMode.com
Date:
Subject: Re: Getting started - Interfacing questions