Re: Character encodings...

From: Michael Sobolev <mss(at)transas(dot)com>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Character encodings...
Date: 2000-04-13 14:02:12
Message-ID: 20000413180212.A13525@transas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 13, 2000 at 02:52:13PM +0100, Oliver Elphick wrote:
> 2
>
> Also set PGECHO in postmaster.init, so that queries are echoed in the log.
Here it goes. I would not say it's very useful... Russian a has code 225
(decimal).

--
Mike

binding ShmemCreate(key=52e2c1, size=2006016)
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 4
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling reading 4
/usr/lib/postgresql/bin/postmaster: ServerLoop: handling writing 4
/usr/lib/postgresql/bin/postmaster: BackendStartup: pid 30613 user mss db stuff socket 4
/usr/lib/postgresql/bin/postmaster child[30613]: starting with (/usr/lib/postgresql/bin/postgres -d2 -B 128 -E -v131072 -p stuff )
FindExec: found "/usr/lib/postgresql/bin/postgres" using argv[0]
debug info:
User = mss
RemoteHost = localhost
RemotePort = 0
DatabaseName = stuff
Verbose = 2
Noversion = f
timings = f
dates = European
bufsize = 128
sortmem = 512
query echo = t
InitPostgres
reset_client_encoding()..
reset_client_encoding() done.
StartTransactionCommand
query: select getdatabaseencoding()
ProcessQuery
CommitTransactionCommand
StartTransactionCommand
query: SET client_encoding = 'UNICODE'
ProcessUtility: SET client_encoding = 'UNICODE'
CommitTransactionCommand
proc_exit(0) [#0]
shmem_exit(0) [#0]
exit(0)
/usr/lib/postgresql/bin/postmaster: reaping dead processes...
/usr/lib/postgresql/bin/postmaster: CleanupProc: pid 30613 exited with status 0

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oelkers, Phil 2000-04-13 14:19:39 please help me unsubscribe RE: Character encodings...
Previous Message Michael Sobolev 2000-04-13 13:57:38 Re: Character encodings...