• Tom Lane's avatar
    Change case-folding of keywords to conform to SQL99 and fix misbehavior · be92ad49
    Tom Lane authored
    in Turkish locale.  Keywords are now checked under pure ASCII case-folding
    rules ('A'-'Z'->'a'-'z' and nothing else).  However, once a word is
    determined not to be a keyword, it will be case-folded under the current
    locale, same as before.  See pghackers discussion 20-Feb-01.
    be92ad49
pgc.l 24.8 KB