Small parser bug?

From: Allan Engelhardt <allane(at)cybaea(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Small parser bug?
Date: 2001-08-10 22:56:48
Message-ID: 3B7466B0.43994920@cybaea.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Should the parser not croak?

test=# select TIME '12:34:56.1.2.1.2.aaa a;foo';
?column?
----------
12:34:56
(1 row)

like this

test=# select TIME '12:34:56.1.a.2';
ERROR: Bad time external representation '12:34:56.1.a.2'

--- Allan.

Browse pgsql-sql by date

  From Date Subject
Next Message Timothy H. Keitt 2001-08-11 19:55:37 Re: Re: Fuzzy matching?
Previous Message Allan Engelhardt 2001-08-10 22:52:10 How to change default time display format (and buglet?)?