Re: Character encodings...

Поиск
Список
Период
Сортировка
От Michael Sobolev
Тема Re: Character encodings...
Дата
Msg-id 20000413180212.A13525@transas.com
обсуждение исходный текст
Ответ на Re: Character encodings...  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: Character encodings...  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список 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
-pstuff ) 
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Sobolev
Дата:
Сообщение: Re: Character encodings...
Следующее
От: Manoj Doshi
Дата:
Сообщение: [Fwd: Postgres query..]