#
# A password cannot expire, if there is no password
#
create user 'USER' identified via unix_socket;
alter user 'USER' password expire;
1
1
drop user 'USER';