Admin console user-summary does not "Sorted by Username"

When using Postgresql as the database, the user summary page states that it is showing the users “Sorted by Username” but there seems to be no “ORDER BY” in the query since the results are the same as the results from “SELECT * FROM jiveuser” not “SELECT * FROM jiveuser ORDER BY username” so they a presented in whatever order the db chooses (order by last modified).

Minor bug true, just pointing it out