Search Postgresql Archives

Comparing dates in DDL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  I have a projects table that includes these two columns:

start_date date DEFAULT CURRENT_DATE,
end_date date
	CONSTRAINT valid_start_date
	CHECK (start_date <= end_date),

  1. Do I need a DEFAULT value for the end_date?
  2. If so, please suggest a value for it.

TIA,

Rich




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux