I'm not using the proper syntax and the postgres alter table doc has no
example in the alter column choices.
Simpler syntax forms tend to get skipped over when doing examples.
How do I incorporate the "USING email::..." string?
ALTER [ COLUMN ]
column_name
[ SET DATA ] TYPE data_type
[ COLLATE collation
] [ USING _expression_
]David J.