Re: [HACKERS] Database Restore with 6.1 fails (Name -> name). - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Database Restore with 6.1 fails (Name -> name).
Date
Msg-id 4bc00538e8fc5f39c044cccbb584f818
Whole thread Raw
In response to [HACKERS] Database Restore with 6.1 fails (Name -> name).  (Sean Reifschneider <jafo@tummy.com>)
List pgsql-hackers
>
> >
> >     Case sensitivity in tables/field names were removed in v6.1...
>
> If one wants case sensitivity how do yo get it?

You stay with 6.0.  You can try removing the case-insensitivity code in
the {identifier} section of backend/parser/scan.l, but there are other
areas that do this too.

- --
Bruce Momjian
maillist@candle.pha.pa.us

------------------------------

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Database Restore with 6.1 fails (Name -> name).
Next
From: bibach@execpc.com
Date:
Subject: [HACKERS] Clarification of NULL values