Hacker News new | ask | show | jobs
by o11c 356 days ago
Postgres's identifier-quoting is almost what standard SQL requires, except that it folds in the wrong direction (only relevant if you're introspecting or mixing quoted with unquoted identifiers).

Many (Most?) other SQL implementations violate the standard horribly.

1 comments

I'm curious as to how do they violate it