Re: [HACKERS] upper and lower doesn't work with german

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vincent(dot)Gaboriau(at)answare(dot)fr
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [HACKERS] upper and lower doesn't work with german
Date: 2001-11-28 15:11:05
Message-ID: 2131.1006960265@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers pgsql-novice

Vincent(dot)Gaboriau(at)answare(dot)fr writes:
>> You might be able to get it by looking through the
>> <data dir>/global/pg_control file, but it's a binary file so you'll have
>> to search for it.

> I had found it, but I don't know speak fluent binary language ;-)
> Does a way exist to "decompile" it or to get informations on it?

If you can't be troubled to compile up pg_controldata, then you'll
have to resort to good old od:

$ od -c pg_control
0000000 314 201 030 267 255 u 344 277 \0 \0 \0 G 013 355 p 253
0000020 \0 \0 \0 004 < 004 ) 006 \0 \0 \0 \0 \0 \0 \0 8
0000040 \0 \0 \0 \0 7 026 e 210 \0 \0 \0 \0 7 026 D h
0000060 \0 \0 \0 \0 7 026 e 210 \0 \0 \0 \0 \0 \0 \0 \0
0000100 \0 \0 \0 \t \0 001 357 235 \0 017 017 354 < 004 ) 004
0000120 \0 \0 \0 \0 002 \0 \0 C \0 \0 \0 \0 \0 \0 \0
0000140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0000320 \0 \0 \0 \0 \0 \0 \0 \0 C \0 \0 \0 \0 \0 \0 \0
0000340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0
*
0020000

The LC_COLLATE and LC_CTYPE locale strings should be the last nonzero
things in the file --- they're both "C" in this example.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ming Du - Sun Microsystems 2001-11-28 15:26:07 can posgreSQL store data using raw device?
Previous Message Miguel Gonzalez 2001-11-28 11:55:49 Clustering high-availability

Browse pgsql-hackers by date

  From Date Subject
Next Message Fernando Nasser 2001-11-28 15:15:38 Re: Libpq support for precision and scale
Previous Message Vince Vielhaber 2001-11-28 15:10:40 Re: Sequence docs

Browse pgsql-novice by date

  From Date Subject
Next Message Vincent.Gaboriau 2001-11-28 16:29:51 Re: [HACKERS] upper and lower doesn't work with german
Previous Message Andrew McMillan 2001-11-28 11:11:54 Re: Query query