On Tue, Jul 25, 2006 at 12:58:55AM +, Kayteck wrote:
> I have two tables joined by foreign key id_przelewu, and for some rows
> results of queries with NATURAL JOIN and JOIN ... USING (...) differs ! I've
> readed that NATURAL JOIN is only shorthand for the second method, but this
> results sho
"Kayteck" <[EMAIL PROTECTED]> writes:
> I have two tables joined by foreign key id_przelewu, and for some rows
> results of queries with NATURAL JOIN and JOIN ... USING (...) differs ! I've
> readed that NATURAL JOIN is only shorthand for the second method, but this
> results shows that's not true:
On Tue, 2006-07-25 at 00:58 +, Kayteck wrote:
> I have two tables joined by foreign key id_przelewu, and for some rows
> results of queries with NATURAL JOIN and JOIN ... USING (...) differs ! I've
> readed that NATURAL JOIN is only shorthand for the second method, but this
> results shows tha
The following bug has been logged online:
Bug reference: 2549
Logged by: Kayteck
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system: Fedora Core 4
Description:problem with NATURAL JOIN
Details:
I have two tables joined by foreign key id_prze