postgresql-simple
postgresql-simple copied to clipboard
Add support for pgmp
It'd be nice to modify the FromField instances for Integer and Rational to add support for pgmp.
http://pgmp.projects.pgfoundry.org/
See also #97
Well, now that we have FromField and ToField instances for Scientific, it would make sense to also modify these instances when pgmp support gets added.
Also, we should revisit #146 and consider adding a ToField instance for Rational once this issue is tackled.