]> granicus.if.org Git - postgis/commitdiff
create norm_addy
authorRegina Obe <lr@pcorp.us>
Wed, 10 Oct 2012 23:06:34 +0000 (23:06 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 10 Oct 2012 23:06:34 +0000 (23:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10397 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in [new file with mode: 0644]

diff --git a/extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in b/extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in
new file mode 100644 (file)
index 0000000..12df5b2
--- /dev/null
@@ -0,0 +1,11 @@
+CREATE TYPE norm_addy AS (\r
+    address INTEGER,\r
+    preDirAbbrev VARCHAR,\r
+    streetName VARCHAR,\r
+    streetTypeAbbrev VARCHAR,\r
+    postDirAbbrev VARCHAR,\r
+    internal VARCHAR,\r
+    location VARCHAR,\r
+    stateAbbrev VARCHAR,\r
+    zip VARCHAR,\r
+    parsed BOOLEAN);\r