Re: [HACKERS] a "bug" in v6.4.3 ...

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] a "bug" in v6.4.3 ...
Date: 1999-03-09 02:28:31
Message-ID: 36E4874F.6107BE00@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> acctng=> select max(start_time) from radhist where userid='billchuck';
> max
> ---
>
> (1 row)
> IMHO, (this) should return 0 rows, not 1, if no values are
> found...no?

We've had discussions on this. I vaguely recall that others disagreed
with my opinion that this behavior is consistant. Can't recall if others
had standards on their side ;)

Given that NULL means "don't know", I'm happy with the current result...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-03-09 02:30:25 Re: [HACKERS] MVCC? Where?
Previous Message Bruce Momjian 1999-03-09 02:18:00 Re: [HACKERS] Timespan_div misbehaving?