Re: [BUGS] operator does not exist: timestamp w/out timezone (similar to bug 3807)

2008-04-12 Thread Guillaume Smet
On Sat, Apr 12, 2008 at 4:53 AM, philwalk <[EMAIL PROTECTED]> wrote: > CREATE TABLE > psql:pg83bug.sql:16: ERROR: operator does not exist: timestamp without > time zone ~~ unknown > LINE 3: where date like '2007-01-19%'; >^ > HINT: No operator matches the given na

[BUGS] operator does not exist: timestamp w/out timezone (similar to bug 3807)

2008-04-12 Thread philwalk
-- Easy to duplicate on 3 different operating systems, by executing the -- following script via psql -f pg83bug.sql -- begin script pg83bug.sql \set VERBOSITY verbose; drop table if exists bugtab; select version(); create table bugtab ( date timestamp without time zone not null ,pnum