Is tab whitespace?

From: ellen(at)wordbot(dot)com
To: pgsql-general(at)postgresql(dot)org
Cc: ellen(at)www(dot)wordbot(dot)com
Subject: Is tab whitespace?
Date: 2000-08-19 05:43:02
Message-ID: 200008190543.WAA24735@www.wordbot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-08-19 05:48:05 Re: How to return a modified array from a user-define function...
Previous Message Bruce Momjian 2000-08-19 05:22:29 Inprise/Interbase problems