Re: [SQL] nulls and datetime

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gary MacMinn <G(dot)MacMinn(at)nca(dot)gov(dot)au>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] nulls and datetime
Date: 1999-11-15 16:11:22
Message-ID: 383030AA.37EB2B0B@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> > Seems to me that NULL in should produce NULL out, which was the old
> > behavior. I'll add this to my ToDo, unless someone else has already
> > picked it up.
> If you don't fix it sooner, I will change it when I pass through that
> code doing the fmgr interface changes...

I started looking at it, and remembered that part of the problem is
that the date type and time type are pass-by-value, so they will need
to use the "undocumented second argument". I'll put it on my ToDo
list, but may not look at it until you fix up fmgr()...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Goran Thyni 1999-11-15 19:07:06 NULL
Previous Message Tom Lane 1999-11-15 15:41:45 Re: [SQL] nulls and datetime