Hacker News new | ask | show | jobs
by dragonwriter 2426 days ago
> How do you do CRUD with views? I know Reads are what views do

Both automatically updatable views (supporting insert/update/delete by default because their structure provides a clean mapping to the backing table) and views made updatable through instead-of triggers exist in Postgres.