"=?ISO-8859-1?B?YQ==?=" <[email protected]> writes: > Saying that I am writing a C function that may facing varies of types. Is > there a postgresql function that will automatically call the relative > to_string function and transform them to string??
You might look at the format() function (a/k/a text_format).
regards, tom lane
