Re: lfcr with plpgsql

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Derrick Betts <derrick(at)grifflink(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: lfcr with plpgsql
Date: 2005-03-08 21:29:48
Message-ID: 20050308212948.GA96251@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Mar 08, 2005 at 12:36:16PM -0700, Derrick Betts wrote:

> My question is how do I represent a carriage return or line feed
> in a plpgsql function?

See "String Constants" in the "SQL Syntax" chapter of the documentation.
Here's a link to the latest version:

http://www.postgresql.org/docs/8.0/interactive/sql-syntax.html#SQL-SYNTAX-STRINGS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Derrick Betts 2005-03-08 22:12:23 Re: lfcr with plpgsql
Previous Message Derrick Betts 2005-03-08 19:36:16 lfcr with plpgsql