Is tab whitespace?

Поиск
Список
Период
Сортировка
От ellen@wordbot.com
Тема Is tab whitespace?
Дата
Msg-id 200008190543.WAA24735@www.wordbot.com
обсуждение исходный текст
Ответы Re: Is tab whitespace?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I was surprised to find that the tab character seems not to be treated
as whitespace by psql (7.1).  Is this a bug or a feature?  Specifically,
the following command fails if there is a tab (\t) between "bar" and "init":t:"

ezmlm=> create table foo (bar    int);
ERROR:  parser: parse error at or near ";"

It succeeds if there is a space instead of a tab:

ezmlm=> create table foo (bar int);
CREATE

Ellen Spertus

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

Предыдущее
От: Simon Brooke
Дата:
Сообщение: Re: Linking legacy PHP stuff
Следующее
От: Nils Zonneveld
Дата:
Сообщение: Re: Any MacOS X or Darwin installations?