A strange problem - Mailing list pgsql-general

From Tang Tim Hei
Subject A strange problem
Date
Msg-id 20050827150007.JIDL22426.wmail03dat.netvigator.com@mail.netvigator.com
Whole thread Raw
Responses Re: A strange problem  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: A strange problem  (Douglas McNaught <doug@mcnaught.org>)
List pgsql-general
Hi,
  I'm new to postgresql. Anytime I type the following command to the database to run, it give me no result record if
table'country' is empty but can get result if 'country' is not empty. Is this so strange? 

  select A.* from test.currency A, test.country B where A.curr_cd='USD'


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: POSS. FEATURE REQ: "Dynamic" Views
Next
From: Stephan Szabo
Date:
Subject: Re: A strange problem