Re: Please help - libpq API

From: Guido Barosio <gbarosio(at)gmail(dot)com>
To: "Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar(dot)Pyatalo(at)honeywell(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
Subject: Re: Please help - libpq API
Date: 2005-09-08 10:22:52
Message-ID: f7f6b4c705090803222d931d7f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-novice

Hi,

I think that this is the wrong list for your problem. My suggestions:

contact pgsql-hackers or check the lists in the
postgresql.org<http://postgresql.org>page, you will prolly find one
list to suit with this.
or
irc.freenode.net <http://irc.freenode.net>, join #postgresql . Good boys
lurking there, you will have to fight, but help will be given if you have
good maners and offer a pizza.

Good luck.

G.-

On 9/8/05, Pradeepkumar, Pyatalo (IE10) <Pradeepkumar(dot)Pyatalo(at)honeywell(dot)com>
wrote:
>
>
> Hi all,
>
> I have already posted my query regarding libpq functions and wide
> character support. Pls somebody help me. I am using libpq API functions in
> my C code to do operations on the database. But the problem I m facing is
> API functions like PQexec() etc....accept only char * .... but as part of
> localization, the queries I want to executed contain chinese characters
> which are multibytes. So the queries I want to execute are in wchar_t *
> format and PQ exec() accepts only char *. Is there any alternate way to
> execute queries having wide characters.
>
> Even if somehow if I convert wchar_t * to char * and provide it to
> Postgres, how will it differentiate between chinese characters and normal
> characters ??
>
> Please help !!
>
> Regs,
> Pradeep
>
>
> This e-mail and any attachments thereto, are intended only for use
> by the addressee(s) named herein and contain Honeywell confidential
> information. If you are not the intended recipient of this e-mail, you are
> hereby notified that any dissemination, distribution or copying which
> amounts to misappropriation of this e-mail and any attachments thereto, is
> strictly prohibited. If you have received this e-mail in error, please
> immediately notify me and permanently delete the original and any copy of
> any e-mail and any printout thereof."
>
>
>

--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2005-09-08 12:42:48 Re: Relationship beween sequences (serial) and tables
Previous Message Adam Witney 2005-09-08 09:32:41 Re: pg_dump error... Follow up

Browse pgsql-novice by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-08 13:25:44 Re: Please help - libpq API
Previous Message Toff 2005-09-08 09:19:47 Execute external program