tscontenna

Results 3 comments of tscontenna

Same problem noted with macOS Monterey (12.6.5) , Apple M2

CrashReport also shows this detail: ``` .... Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SIGNAL, Code 4...

In Postgres, non-quoted identifiers are automatically converted lowercase internally. You can see this behavior with this : ``` # SELECT 1 AS "A", 2 AS B, 3 AS c; A...