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
On Mon, 2006-07-24 at 21:47 -0400, Bruce Momjian wrote:
> Zdenek Kotala wrote:
> > Tom Lane wrote:
> > > "John Weekley" <[EMAIL PROTECTED]> writes:
> > >> Platform is 64 bit Solaris x86.
> > >> ...
> > >> "../../../../src/include/storage/s_lock.h", line 814: #error: PostgreSQL
> > >> does not have
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