Re: Case sensitivity
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Brian Piatkus <brian@brianp.demon.co.uk>
Cc: pgsql-hackers@postgresql.org
Date: 2000-07-05T16:06:07Z
Lists: pgsql-hackers
Brian Piatkus <brian@brianp.demon.co.uk> writes: > PG creates only lower case usernames. Not at all. However, if we hacked the ident code as you suggest, it's true that the ident code would support only lower-case names. Use double quotes if you need to create mixed-case names. regards, tom lane