Thread: [Fwd: Returned mail: User unknown]

[Fwd: Returned mail: User unknown]

From
Thomas Lockhart
Date:
--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California
The original message was received at Mon, 26 Apr 1999 16:47:15 GMT
from lockhart@localhost [127.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<psql-ports@postgresql.org>

   ----- Transcript of session follows -----
... while talking to postgresql.org.:
>>> RCPT To:<psql-ports@postgresql.org>
<<< 550 <psql-ports@postgresql.org>... User unknown
550 <psql-ports@postgresql.org>... User unknown
> But, the behavior would imply that concatenation only
> works across lines, but not within a line:

Sure. It is a way of entering long strings which break across lines.
The only thing(s) allowed between the two pieces of string are
whitespace, newlines, and single-line comments:

postgres=> select -- first line
postgres-> 'hi' -- second line
postgres->    ' there'; -- third line
?column?
--------
hi there
(1 row)

                     - Tom

--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California

Attachment