gilbertw
committed
on 22 Jul 01


postgresql returns the full timestamp including the time which screws up some procs which assume that the date returned is formatted as YY… Show more

postgresql returns the full timestamp including the time which screws up some procs which assume that the date returned is formatted as YYYY-MM-DD.  a simple to_char statement fixes the problem

Show less