On Fri, Jan 11, 2019 at 3:56 PM Rich Shepard <rshepard@xxxxxxxxxxxxxxx> wrote: > > A table has this column definition: > > next_contact date DEFAULT '2020-11-06' > CONSTRAINT valid_next_date > CHECK (next_contact >= CURRENT_DATE), > > (and I don't know that it needs a default). The default does seem a bit arbitrary and pointless... David J.