Re: suggestion for "psql" - Mailing list pgsql-general

From Richard Huxton
Subject Re: suggestion for "psql"
Date
Msg-id 419878BF.3090308@archonet.com
Whole thread Raw
In response to suggestion for "psql"  (Holger Klawitter <lists@klawitter.de>)
List pgsql-general
Holger Klawitter wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi there,
>
> I haven't found a way to set the client encoding of a psql connection other
> then "\encoding" which is arkward for batch processing. As .psqlrc is being
> ignored during batch processing and the internal encoding is being set
> *after* "-v", I have to resort to arkward solutions in order to read data via
> scripts. (To whom it may concern: instead of using "-c" you can pipe your
> command from stdin).

set client_encoding=MyEncoding;

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Visual Studio and Postgresql
Next
From: "Stefano Bonnin"
Date:
Subject: Question about indexes