AntiPattern
PostgreSQL Dialect Friction
postgresql-dialect-friction
PostgreSQL-specific SQL semantics fail silently at implementation time: unsupported function signatures, missing JSON merge behavior, or dialect gaps like UPDATE LIMIT cause queries to break or return wrong data instead of the intended behavior.