I don't know if everyone knows this already but...

When "viewing data from a selected table",
The table fields can be sorted on the screen according to alphanumeric
value ordering by double clicking the field name.

Like so...
bar
baz
foo

I'd like for pgadmin to sort according to numeric value when
the field is of a numeric data type.

So that instead of
1
10
2
3
4
5
6
7
8
9

one sees
1
2
3
4
5
6
7
8
9
10




---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly


Reply via email to