Trying to use the chkpass type to store passwords as described here . But when I try to execute create table test (p chkpass) , I get:
ERROR: type "chkpass" does not exist LINE 1: create table test (p chkpass); Why is this happening and how to fix it?
select version() gives PostgreSQL 9.6.2 on x86_64-apple-darwin... version must support ...