I'm getting really frustrated by the huge amount of AI generated blogspam that I have to filter through.
While researching some esoteric Postgres operation I came across an (unrelated) article that was adamantly suggesting that you can perform batch `DELETE` operations in Postgres with a `LIMIT` clause, with full examples and output/results.
Well dear reader, Postgres has _never_ allowed `LIMIT` in anything except `SELECT` statements. The whole article was hallucinated GPT shit.
