[Fwd: Returned mail: User unknown] - Mailing list pgsql-ports

From Thomas Lockhart
Subject [Fwd: Returned mail: User unknown]
Date
Msg-id 37249C85.89A4ECB2@alumni.caltech.edu
Whole thread Raw
List pgsql-ports
--
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

pgsql-ports by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: UPDATE reports successful but was not