Re: [GENERAL] Why PostgreSQL is better than other commerial softwares?

1998-12-18 Thread Anton de Wet
> > On Thu, 17 Dec 1998, Bruce Momjian wrote: > > > > > Quick mailing list support > > > > except they cant tell me why a Dump/Restore from 6.3>6.4 wont work fore > > some people. :) > > Often quick mailing list support? :-) While on the subject I finally found the solution to a problem I (

Re: [GENERAL] date_part bug?

1998-12-18 Thread Oleg Broytmann
Hello! On Thu, 17 Dec 1998, Tim Williams wrote: > When I run the following set of statements in postgres v6.4 (built on > Debian Linux): > > create table tmp (v1 date, v2 datetime); > insert into tmp values ('06-01-1999', '06-01-1999'); > select date_part('month', v1) as m1, date_part('month', v