Re: Feature Proposal: Column-Level DELETE Operation in SQL
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Abhishek Hatgine <hatgineabhishek99@gmail.com>
Cc: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2025-04-22T13:51:34Z
Lists: pgsql-general
On Monday, April 21, 2025, Abhishek Hatgine <hatgineabhishek99@gmail.com> wrote:. > > > - > > More intuitive for developers coming from languages or NoSQL systems > where fields can be "deleted" from an object/document. > > Why should this matter to us? We don’t have this paradigm, you can’t remove columns from existence on a per-row basis. David J.