I want to create user or change password with a timestamp calculated over current time. example:
# CREATE USER user WITH PASSWORD 'password12345678' VALID UNTIL '(NOW() + interval 1 month)';
of course it's not valid:
ERROR: invalid input syntax for type timestamp with time zone: "(NOW() + interval 1 month)"