|
|
|
|
|
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. |
|