Silvio Matthes <[EMAIL PROTECTED]> writes: > I try to select the rows of a table where the content of a varchar-column > is empty ('') and PostgresQL is doing a seqscan.
If there are a very large number of rows with param_value='', it's entirely possible that using an index to find them is counterproductive. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html