Subject Domains as data type in PSQL
Author Daniel Berstein
Is there any (good) reason why a domain can't be used as the datatype of stored
procedure parameters?

It makes little sense to me to use a domain for columns definition but have to refer to
the underlaying datatype when coding stored procedures.

Regards,
Daniel Berstein.