Alvaro Herrera <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Actually implementing this is left as a task for someone who feels like
>> hacking on the datetime code ... I don't particularly ...
> I think this is a perfect project for Summer of Code.
That's a thought. Another task in the same
Tom Lane wrote:
> BTW, I looked at the problem a little bit and concluded that it wouldn't
> be so invasive to fix as all that. The weak spot at the moment is that
> parse_coerce() passes typmod -1 instead of the specified typmod to the
> datatype's input routine when converting an unknown-type
Bruce Momjian writes:
> Tom Lane wrote:
>> We don't currently support that style of specifying interval constants,
>> and you shouldn't hold your breath expecting it to happen --- it will
>> require a whole bunch of abuse of the currently data-type-independent
>> processing of literal constants.
Tom Lane wrote:
> Bruce Momjian writes:
> > That is definately a bug:
> > test=> SELECT INTERVAL '100' YEAR;
>
> We don't currently support that style of specifying interval constants,
> and you shouldn't hold your breath expecting it to happen --- it will
> require a whole bunch of abuse of
Bruce Momjian writes:
> That is definately a bug:
> test=> SELECT INTERVAL '100' YEAR;
We don't currently support that style of specifying interval constants,
and you shouldn't hold your breath expecting it to happen --- it will
require a whole bunch of abuse of the currently data-type-inde
On Sat, Apr 22, 2006 at 20:34:03 +,
"Harry E. Clarke" <[EMAIL PROTECTED]> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2403
> Logged by: Harry E. Clarke
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1.3
> Operating system: Suse Li
Harry E. Clarke wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2403
> Logged by: Harry E. Clarke
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1.3
> Operating system: Suse Linux 10.0
> Description:Date arithemtic using INTERVAL in
The following bug has been logged online:
Bug reference: 2403
Logged by: Harry E. Clarke
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system: Suse Linux 10.0
Description:Date arithemtic using INTERVAL in UPDATE command does
not work
Details: