lfcr with plpgsql

From: "Derrick Betts" <derrick(at)grifflink(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: lfcr with plpgsql
Date: 2005-03-08 19:36:16
Message-ID: 1b6d01c52416$1a196700$0200a8c0@main
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am building a text email from data in a database table and then delivering it from the database.
My question is how do I represent a carriage return or line feed in a plpgsql function? I am concatenating the different parts together, but I need to separate out certain sections with carriage returns.

Any help would be appreciated.

Thanks,
Derrick

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-03-08 21:29:48 Re: lfcr with plpgsql
Previous Message Bruno Wolff III 2005-03-08 17:54:03 Re: Getting started - Interfacing questions