Fwd: PQexecPrepared() question

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Fwd: PQexecPrepared() question
Date: 2025-12-19 18:49:26
Message-ID: CA+FnnTwqKJQ-AnDHLzmhYra5QaLfTmEJ9=yw+bxADA0=bp1z8g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

---------- Forwarded message ---------
From: Igor Korot <ikorot01(at)gmail(dot)com>
Date: Fri, Dec 19, 2025 at 9:17 AM
Subject: Re: PQexecPrepared() question
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>

Hi, Lauren’s,

On Thu, Dec 18, 2025 at 11:43 PM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
wrote:

> On Thu, 2025-12-18 at 07:20 -0800, Igor Korot wrote:
> > Imagine following scenario:
> >
> > I have 2 machines. One is running PG server on *nix. Second is my app on
> Windows.
> >
> > An application starts for the first time.
> >
> > What is “clientencoding in this case?
>
> If I read the code correctly:
>
> - if PGCLIENTENCODING is set in the environment of the client executable,
> that

No it is not.

>
> - otherwise, if "client_encoding" is set on the server, that

I guess I is.
But what is the purpose of setting client encoding on the server? It is for
the client

Thank you.

>
> - otherwise, SQL_ASCII
>
> Yours,
> Laurenz Albe
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2025-12-19 18:52:14 Re: Fwd: PQexecPrepared() question
Previous Message Laurenz Albe 2025-12-19 17:42:34 Re: Dealing with SeqScans when Time-based Partitions Cut Over