Re: Re: [ADMIN] pg_dump backup problems with password authentication - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Re: [ADMIN] pg_dump backup problems with password authentication
Date
Msg-id 1198.976204757@sss.pgh.pa.us
Whole thread Raw
In response to Re: [ADMIN] pg_dump backup problems with password authentication  (Trurl McByte <trurl@anything3d.com>)
Responses Re: Re: [ADMIN] pg_dump backup problems with password authentication  (Trurl McByte <trurl@anything3d.com>)
List pgsql-bugs
Trurl McByte <trurl@anything3d.com> writes:
> trurl=# select '["2000-11-01 10:00:00+02" "2000-11-30 10:00:00+02"]'::tinterval =
> trurl=# '["2000-09-01 10:00:00+03" "2000-09-30 10:00:00+03"]'::tinterval;
>  ?column?
> - ----------
>  t
> (1 row)

The tinterval comparison functions consider two tintervals equal if they
have the same length (duration).  Whether this is reasonable I dunno,
but that's how that datatype has always worked.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Trurl McByte
Date:
Subject: Re: [ADMIN] pg_dump backup problems with password authentication
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Unable to convert null timestamp to date. Bug?