[EMAIL PROTECTED] writes: > select date_fld from my_table order by date_fld desc;
> The above query put NULLs on top of normal values > in stead of bottom, this is not the case in 7.1.3. This is not a bug; it is an intentional change in behavior to conform to SQL92. We are not going to change it back --- unless you can convince us that our reading of the spec is incorrect. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html