[Fwd: Returned mail: User unknown]

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема [Fwd: Returned mail: User unknown]
Дата
Msg-id 37249C85.89A4ECB2@alumni.caltech.edu
обсуждение исходный текст
Список 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

Вложения

В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: UPDATE reports successful but was not