Small parser bug? - Mailing list pgsql-sql

From Allan Engelhardt
Subject Small parser bug?
Date
Msg-id 3B7466B0.43994920@cybaea.com
Whole thread Raw
List 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.



pgsql-sql by date:

Previous
From: Allan Engelhardt
Date:
Subject: BUG in EXTRACT(MICROSECONDS...)?
Next
From: "Timothy H. Keitt"
Date:
Subject: Re: Re: Fuzzy matching?