why is char now a keyword

Lists: pgsql-hackers
From: Edmund Mergl <E(dot)Mergl(at)bawue(dot)de>
To: PostgreSQL Developers Mailinglist <pgsql-hackers(at)postgresql(dot)org>
Subject: why is char now a keyword
Date: 1998-01-05 06:07:37
Message-ID: 34B078A9.16DD0658@bawue.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi all,

the current snapshot reserves 'char' as keyword.
Can anyone tell me the reason ?

thanks
Edmund
--
Edmund Mergl mail: E(dot)Mergl(at)bawue(dot)de
Im Haldenhau 9 http://www.bawue.de/~mergl
D 70565 Stuttgart fon: +49 711 747503
Germany gsm: +49 171 2645325


From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Edmund Mergl <E(dot)Mergl(at)bawue(dot)de>
Cc: PostgreSQL Developers Mailinglist <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] why is char now a keyword
Date: 1998-01-05 07:56:07
Message-ID: 34B09217.1E292BDC@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Edmund Mergl wrote:

> Hi all,
>
> the current snapshot reserves 'char' as keyword.
> Can anyone tell me the reason ?

At least in part so that we can do the explicit parsing required to
support SQL92 syntax elements such as "character sets" and "collating
sequences". I'd like to get support for multiple character sets, but am
immersed in documentation so will not likely get to this for the next
release. Have you encountered a problem with an existing database? In
what context??

- Tom