Re: How to get joins to work

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: "Anonymous" <anonymous(dot)nospam(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to get joins to work
Date: 2006-11-05 02:03:46
Message-ID: A56054D1-9A88-4DB5-ADE4-BBB8B0480537@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Nov 4, 2006, at 5:44 , Anonymous wrote:

> Please note that natural joins may be dangerous in production code.
> See
> the following thread for more detailed information...
>
> http://forums.oracle.com/forums/thread.jspa?threadID=440287

All that thread shows is that people are using natural join without
understanding what it means. The result is the same in *any*
language: using syntax that you don't understand will probably result
in unexpected results.

Michael Glaesemann
grzm seespotcode net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-11-05 02:04:39 Re: Timeout Value on network error
Previous Message Michael Fuhr 2006-11-05 01:44:20 Re: opening a channel between two postgreSQL-servers?