Re: PQexecPrepared() question

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: PQexecPrepared() question
Date: 2025-12-18 15:40:31
Message-ID: CAKFQuwZaf2quGaqsGAj4+rVVCebOwU3JjbMUJPxxj6NeF_O_gA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 18, 2025 at 8:20 AM Igor Korot <ikorot01(at)gmail(dot)com> 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?
>

This day in age, probably UTF-8; which is what most servers are
initialized using. If you aren't having issues with encoding I suggest you
just take for granted that the defaults work in 99% of the cases. If you
are having issues, share the details.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2025-12-18 18:46:53 Re: PQexecPrepared() question
Previous Message Igor Korot 2025-12-18 15:20:12 Re: PQexecPrepared() question