Re: timestamp default values

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: timestamp default values
Date: 2005-08-06 19:56:45
Message-ID: 20050806195645.GA64486@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Aug 06, 2005 at 10:06:35AM -0400, Tom Lane wrote:
> Can anyone else duplicate the problem?

I couldn't duplicate the problem in 8.0.2 or in any other version
from 7.2.8 through HEAD (latest CVS for all).

Brendan, if you execute "\set VERBOSITY verbose" in psql and then
generate the errors, what's the complete error message?

Tom (or anybody else), could the errors could be due to the "if
(VARSIZE(str) - VARHDRSZ > MAXDATELEN)" checks in text_date() and
text_timestamp()? Could an encoding affect that? That's why I
suggested increasing the verbosity: so we could see where the error
is being raised.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matić 2005-08-06 19:58:02 Re: tables in public
Previous Message Magnus Hagander 2005-08-06 19:55:38 Re: tables in public