I want to use to_char function in Postgresql but take an error when execute the script.
Oracle version is ok;
to_char('7374961057827412212','XXXXXXXXXXXXXXXXXXXX')
result : 66592002042458F4
But I could not find Postgresql version and take an error like this;
ERROR: function to_char(text, unknown) does not exist