TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Looking ahead at PostgreSQL 15

7 点作者 cbisnett将近 3 年前

1 comment

ttfkam将近 3 年前
Loving those JSON improvements. Looking forward to migrating away from jsonb_build_object and its ilk. They served me well, but were hardly elegant. Now the JSON can look more like... well... JSON.<p>MERGE will definitely fill in some logical gaps for me as well. A bit wordy but super powerful. Unlike the logic in application tier, there can now be true transactional safety instead of &quot;good enough with the occasional error and&#x2F;or clean up script&quot; that happens now. Data consistency belongs in the database, not the app.