PostgreSQL 15 is now supported on Neon. Three notable features are highlighted with SQL examples: the new MERGE statement (which can INSERT, UPDATE, or DELETE in a single query), the removal of the default CREATE privilege on the public schema for improved security, and the new NULLS NOT DISTINCT option for unique constraints and indexes that limits duplicate NULL values.

3m read timeFrom neon.com
Post cover image
Table of contents
SQL MERGECREATE privilege on public schema removedAllow unique constraints and indexes to treat NULL values as not distinctTry out Postgres 15
1 Impression