kylemaxxwell / rpostgresql

Automatically exported from code.google.com/p/rpostgresql
0 stars 0 forks source link

support INET and MACADDR column types #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was looking at analyzing some log data using RPostgreSQL, but noticed it
did not know how to handle an INET column in my log table. Can you consider
supporting those as well? It should be a fairly simple matter of treating
INETOID and MACADDROID as standard string types.

Original issue reported on code.google.com by wich...@outlook.com on 8 Apr 2010 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by tomoa...@kenroku.kanazawa-u.ac.jp on 13 Oct 2010 at 2:55

GoogleCodeExporter commented 9 years ago
It is in fact just a warning and the string value is transferred.  I am not 
very sure if the treatment is right enough for all purposes, the warning was 
removed in r184. 

Original comment by tomoa...@kenroku.kanazawa-u.ac.jp on 24 Sep 2011 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by tomoa...@kenroku.kanazawa-u.ac.jp on 10 Oct 2011 at 7:28