"Christopher Bland" <themanatuf(at)juno(dot)com> writes: > I would like to be able to pass in wchar_t* and return > wchar_t* parameters. Is this possible with the current libpq module? No. You'll need to convert the data to/from utf8 form yourself. regards, tom lane