define a new encoding conversion NAME CREATE_CONVERSION - define a new encoding conversion SYNOPSIS CREATE [ DEFAULT ] CONVERSION name FOR source......ent in PostgreSQL. SEE ALSO ALTER CONVERSION ( ALTER_CONVERSION (7)), CREATE CONVERSION ( CREATE_CONVERSION (7))define a new cast NAME CREATE_CAST - define a new cast SYNOPSIS CREATE CAST ( source_type AS target_type ) WITH FUNCTION function_name [ ( argument_type [, ...]) ] [ AS ASSIGNMENT …input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…perform character set conversion NAME iconv - perform character set conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <iconv.h> size_t iconv(iconv_t cd , char …...There is no ALTER CONVERSION statement in the SQL standard. SEE ALSO CREATE CONVERSION ( CREATE_CONVERSION (7)), DROP CONVERSION ( DROP_CONVERSION (7))multi-byte-character conversion state NAME mbstate_t - multi-byte-character conversion state LIBRARY Standard C library ( libc ) SYNOPSIS #include <wchar.h> typedef /* ... */ mbsta…design notes for mawk's array implementation NAME mawk-arrays - design notes for mawk's array implementation SYNOPSIS This is the documentation for the mawk implementation of awk a…input FILE format conversion NAME scanf, fscanf, vscanf, vfscanf - input FILE format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int scanf(cons…