> "Carlos H. Reimer" <[EMAIL PROTECTED]> writes: > > SELECT * or naming all the columns locks the client > application. Yesterday > > I´ve wrongly said that when naming all the columns instead of > using the * > > the applications did not lock. > > Hm, are you sure it's not one specific column that's causing the > problem? Yes, I´ve just doublechecked again. The table has 11 columns, I used 11 SELECTs, one for each column, and all run successfully. Started adding more columns, no problem. When the full list of columns was specified in the SELECT it locked.
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match