2
0

Add pgtype.Polygon

This commit is contained in:
Jack Christensen
2017-04-04 20:30:04 -05:00
parent 26e92b12c2
commit dc71bedebf
4 changed files with 208 additions and 1 deletions
+1
View File
@@ -250,6 +250,7 @@ func init() {
"oid": &OidValue{},
"path": &Path{},
"point": &Point{},
"polygon": &Polygon{},
"record": &Record{},
"text": &Text{},
"tid": &Tid{},