In PostgreSQL 9.4 and greater there is actually a make_date(year int, month int, day int)
function that will create a date.
https://www.postgresql.org/docs/current/functions-datetime.html
In PostgreSQL 9.4 and greater there is actually a make_date(year int, month int, day int)
function that will create a date.
https://www.postgresql.org/docs/current/functions-datetime.html