[GENERAL] case problem with MS Access export
ccess migration... -glenn --- Glenn Waldron, WareOnEarth Inc. * v 703/847-2969 * f 703/847-2538
[GENERAL] Re: case problem with MS Access export
If anyone's interested, it turns out a good temporary fix to this problem involves only two lines of SQL: update pg_class set relname = lower(relname); update pg_attribute set attname = lower(attname); This seems to work without any side effects. enjoy- glenn > > I've seen this question elsewh