Group: pgsql.performance


Subject: "MixedCase sensitive quoted" names
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/3/2007 9:45:37 PM
"Whatever Deep" <whatever.deep@gmail.com> writes: > This question may sound dumb, but I would like to know if using > "MixedCase sensitive quoted" names instead of lowercase names for > object names has any negative hit to the database performance. I can't imagine you could measure any performance difference ... the two cases involve slightly different code paths in scan.l, but after that it doesn't matter. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq