Re: lfcr with plpgsql

Поиск
Список
Период
Сортировка
От Derrick Betts
Тема Re: lfcr with plpgsql
Дата
Msg-id 1cb501c52451$d4187250$0200a8c0@main
обсуждение исходный текст
Ответ на lfcr with plpgsql  ("Derrick Betts" <derrick@grifflink.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: lfcr with plpgsql
Следующее
От: brew@theMode.com
Дата:
Сообщение: Re: Getting started - Interfacing questions