Re: Need values for encoding table - Mailing list pgsql-novice

From Tom Lane
Subject Re: Need values for encoding table
Date
Msg-id 18534.1210992974@sss.pgh.pa.us
Whole thread Raw
In response to Need values for encoding table  ("Leo" <fleovey@jus.gov.ar>)
List pgsql-novice
"Leo" <fleovey@jus.gov.ar> writes:
> I am picking up the encoding for my databases from TABLE pg_database in template1, from the field "encoding"

> For SQL_ASCII I get  a 0
> For UTF-8  I get a 6
> Can somebody supply all the encoding values? I cannot locate them

I think you're looking for the pg_encoding_to_char() function.
It's not terribly well documented perhaps :-( ... I'd be interested to
know what parts of the docs you looked in.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Leo"
Date:
Subject: Need values for encoding table
Next
From: Andreas
Date:
Subject: How let client store stuff encypted ?