Re: when does CREATE VIEW not create a view?
Brook Milligan <brook@biology.nmsu.edu>
From: Brook Milligan <brook@biology.nmsu.edu>
To: pgsql-hackers@hub.org
Date: 2000-08-22T18:55:29Z
Lists: pgsql-hackers
It seems that the problem is with the word "english" as part of the view name. Variants of the name that lack it (e.g., replacing xxx above with eng, englih, etc.) seem to work fine, but variants that include it (e.g., replacing xxx with english, eenglish, englishh) suffer as above. The problem also seems to occur if xxx is replaced by british, imperial, and american. I haven't tried other location names, but there seems to be a trend. Cheers, Brook