create norm_addy

git-svn-id: http://svn.osgeo.org/postgis/trunk@10397 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2012-10-10 23:06:34 +00:00
parent 4214b824dd
commit b69f7c369d

View file

@ -0,0 +1,11 @@
CREATE TYPE norm_addy AS (
address INTEGER,
preDirAbbrev VARCHAR,
streetName VARCHAR,
streetTypeAbbrev VARCHAR,
postDirAbbrev VARCHAR,
internal VARCHAR,
location VARCHAR,
stateAbbrev VARCHAR,
zip VARCHAR,
parsed BOOLEAN);