SELECT "F_TagName_ID",
"F_Date",
"F_ConvertedValue",
CASE WHEN (8 < to_char("F_Date", 'H24')::int
AND to_char("F_Date", 'H24')::int < 20) THEN 2 ELSE 1 END AS smena
FROM "SC_Tag"."T_TagData"
-p Requests changing the passphrase of a private key file instead of creating a new private key. The program will prompt for the file containing the private key, for the old passphrase, and twice for the new passphrase.