Thread: Feature Request: some of non JDBC types should implement Comparable

Feature Request: some of non JDBC types should implement Comparable

From
Vlad Arkhipov
Date:
Postgresql specific types will be more client-friendly if they implement
Comparable interface. It's especially useful for
org.postgresql.util.PGmoney and enumerated types (it seems there is no
appropriate Java class for this type).