Re: Database encoding - Mailing list pgsql-general

From Jean-Michel POURE
Subject Re: Database encoding
Date
Msg-id 200205131522.29075.jm.poure@freesurf.fr
Whole thread Raw
In response to Database encoding  (Daniel Lucazeau <infonews@ajornet.com>)
List pgsql-general
Le Vendredi 10 Mai 2002 15:53, Daniel Lucazeau a écrit :
> how can I change the encoding of a database ?

Dear Daniel,

Server-side database encoding is set a creation time:
CREATE DATABASE foo with encoding 'encoding_name';

You can recode the data stream on the fly client-side with:
SET CLIENT_ENCODING = 'encoding_name';

Cheers,
Jean-Michel POURE

pgsql-general by date:

Previous
From: Alan Wayne
Date:
Subject: Use of OIDS as primary keys
Next
From: Vincent Stoessel
Date:
Subject: if exists?