Re: [HACKERS] [GENERAL] pg_dump error - LOCALIZATION PROBLEM

2001-09-17 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > 2. Using strcasecmp() on strings that were parsed as keywords. See CREATE > OPERATOR, CREATE AGGREGATE, CREATE TYPE, commands/define.c. But the real point is that they were parsed as identifiers, *not* keywords, and therefore have already been throu

Re: [HACKERS] [GENERAL] pg_dump error - LOCALIZATION PROBLEM

2001-09-17 Thread Peter Eisentraut
Tom Lane writes: > I think our problems are worse than that: once the identifier has been > through a locale-dependent case conversion we really have a problem > matching it to an ASCII string. The only real solution may be to > require *all* keywords to be matched in the lexer, and forbid strcm