Yan Cheng CHEOK <yccheok(at)yahoo(dot)com> writes:> May I know, how I can store wchar_t * typed string into PostgreSQl, using C library?
You can't; you have to convert to whatever the client_encoding is.
regards, tom lane