Is the Halloween problem an issue in Postgres - Mailing list pgsql-general

From guyren@icloud.com
Subject Is the Halloween problem an issue in Postgres
Date
Msg-id 756bd845-ebe1-4c45-88e8-0ab44bbc02b7@Spark
Whole thread Raw
Responses Re: Is the Halloween problem an issue in Postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Is the Halloween problem an issue in Postgres  (Thomas Kellerer <shammat@gmx.net>)
List pgsql-general
The Halloween problem is that it is a challenge for the database if you’re updating a field that is also in the WHERE clause of the same query.

I just saw a presentation from someone about how in SQL Server he recommended writing changes to a temp table and then writing them to the table as being much more efficient.

Does Postgres handle this problem efficiently, or should we follow a similar strategy?

pgsql-general by date:

Previous
From: Nick Cleaton
Date:
Subject: Re: concurrent re-partitioning of declarative partitioned tables
Next
From: Tom Lane
Date:
Subject: Re: Is the Halloween problem an issue in Postgres