With what options RPM was compiled? ( Was: Czech Win1250 sorting q)

From: Robert <robert(at)robert(dot)cz>
To: pgsql-general(at)postgreSQL(dot)org
Cc: lamar(dot)owen(at)wgcr(dot)org
Subject: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)
Date: 1999-12-13 19:22:36
Message-ID: 3855477C.11EF5AAF@robert.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've upgraded to 6.5.3 from RPM but 'set client_encoding' still says
'unknow variable'. How can I know whether RPM was compiled
with --enable-locale and --with-mb=LATIN2? And if it wasn't,
could I humbly suggest it for next version?

If I knew it wasn't compiled with the right options, I could just
take a deep breath and try to recompile it myself. However, there's
no info about compile options used to prepare RPM and I'm not
sure I'm not doing some trivial mistake... I'd like to avoid recompiling
the whole thing if I can.

- Robert

P.S. David, thanks for your help so far. I forgot to send my last mail
to the list and sent it to your address only instead. Sorry.

David Sauer wrote:

> >>>> "Robert" == Robert <robert(at)robert(dot)cz> writes:
>
> Robert> netkof=> show client encoding;
> Robert> ERROR: parser: parse error at or
>
> Sorry, my mistake. The right name is 'client_encoding' (with underscore).
>
> Example:
>
> david=> set client_encoding to 'latin2';
> SET VARIABLE
>
> Robert> Hmm, what did you say I should write? Well, this is PG6.5.2
> Robert> installed from RPM, should it be compiled with some special
> Robert> option? Thanks.
>
> Yes, postgres must be compiled with --enable-locale and --with-mb=LATIN2.
> And, I'am not sure, but may want upgrade to 6.5.3.
>
> --
> * David Sauer, student of Czech Technical University
> * electronic mail: davids(at)penguin(dot)cz (mime compatible)
>
> ************

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 1999-12-13 19:41:25 Re: With what options RPM was compiled? ( Was: Czech Win1250 sorting q)
Previous Message Ed Loehr 1999-12-13 18:37:30 [GENERAL/INTERFACES] Dynamically detecting need to vacuum?