Re: Query performance issue - Mailing list pgsql-general

From Ron Johnson
Subject Re: Query performance issue
Date
Msg-id CANzqJaDpTOQ3d8JaMP90dRjqBM3NQozxL2eovOsfQKqFJOcLiA@mail.gmail.com
Whole thread Raw
In response to Re: Query performance issue  (Greg Sabino Mullane <htamfids@gmail.com>)
Responses Re: Query performance issue
List pgsql-general
On Tue, Oct 22, 2024 at 3:02 PM Greg Sabino Mullane <htamfids@gmail.com> wrote:
[snip] 
* Don't use the "FROM table1, table2, table3" syntax but use "FROM table1 JOIN table2 ON (...) JOIN table3 ON (...)

Why?

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> crustacean!

pgsql-general by date:

Previous
From: Koen De Groote
Date:
Subject: Re: Basebackup fails without useful error message
Next
From: "David G. Johnston"
Date:
Subject: Re: Query performance issue