Since this morning :
psql PGP_SYM_DECRYPT : HINT: No function matches the given name and argument types.
LINE 1: select login,PGP_SYM_DECRYPT(password,'*******') from pa...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Extenstion pg_crypto is present.
so I can't select any data from previously pgp_sym_encrypt queries... what goes wrong ? how to solve that ?
To follow investigations I build a copy of the table with less columns. And tried out the same password visual check :
there is no more problems here so there is an issue on the table or on the data store-mode.
here we have back error & detect
text
on password column. So test :as a procedure for my test.
so I did :
Then I backup the database; and applied similar procedure to fix the issue with success. It might be a better way to do that but this way I understand the process.
both solution in there :