PostgreSQL allows aggregates other than COUNT to accept * as the arugment. Combined with the transformation of * -> 1 you get odd results from SELECT MIN(*), MAX(*) FROM tab; instead of an error.
Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])