Re: ?^???G Re: A strange problem

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Tang Tim Hei <timheit(at)netvigator(dot)com>
Cc: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: ?^???G Re: A strange problem
Date: 2005-08-28 02:49:29
Message-ID: 20050828024929.GB19328@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Aug 28, 2005 at 08:46:56 +0800,
Tang Tim Hei <timheit(at)netvigator(dot)com> wrote:
>
> In the above command, I just add another table reference to it and it gives me two different results.
> Even I add columns like B.* to it, it do the same things too. Is it not consistance?
> In real world, I don't know the 'country' table is empty or not.
> Sometime it is empty and sometime it is not empty, this will confuse me whether my program has bug or not.

You might want some sort of outer join in that case.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2005-08-28 03:35:52 Re: Postgresql replication
Previous Message Stephan Szabo 2005-08-28 01:03:20 Re: 回覆: Re: A strange problem