From: Don S. <do...@se...> - 2004-04-28 19:15:35
|
On Wed, Apr 28, 2004 at 03:05:33PM -0400, Matthew McNaney wrote: > Here is what I think: >=20 > We don't delimit. Instead we tell developers that although 0.9.4 is much > more friendly to postgres, you have to keep column names lowercase. I agree wholeheartedly. Mixing cases in DBMS systems is pointless because the names of objects like tables and fields are usually always returned either all lower or all upper case (like Oracle). You should always just use one case (I pick lower for laziness) and underscores for readability. Don. --=20 "My education message will resignate amonst all parents." George W. Bush January 19, 2000 Quoted in the New York Post. |