Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored
Дата
Msg-id 199904261620.MAA23503@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-ports
> > > In psql, if a list of entries in an IN ( ) statement is
> > > split across several lines, missing commas are not
> > > flagged as errors, but the entries immediately before
> > > and after the missing comma are ignored
> > Does anyone want to guess on a cause?
>
> *raises hand* I know! I know!!
>
> You are seeing the allowed, accepted, and required string
> concatenation feature of SQL92:
>
> postgres=> select
> postgres-> 'hi'
> postgres-> ' there';
> ?column?
> --------
> hi there
> (1 row)

Wow, that is interesting, and would have been quite hard to find the
cause.  Thanks.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [PORTS] Port Bug Report: missing commas in IN( ) ignored; bracketing entries ignored
Следующее
От: Thomas Lockhart
Дата:
Сообщение: [Fwd: Returned mail: User unknown]