Re: [HACKERS] libpq+MB/putenv(), getenv() clean up - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] libpq+MB/putenv(), getenv() clean up
Date
Msg-id Pine.GSO.4.02A.10001131222280.6438-100000@Pingvin.DoCS.UU.SE
Whole thread Raw
In response to Re: [HACKERS] libpq+MB/putenv(), getenv() clean up  (SAKAIDA <sakaida@psn.co.jp>)
List pgsql-hackers
On Thu, 13 Jan 2000, SAKAIDA wrote:

>   Do those changes mean that libpq(or psql) always has the MULTIBYTE
> function?
> 
>   Now, libpq's MULTIBYTE function is a compile option(--with-mb).
> But, I always want the MULTIBYTE function, even if PostgreSQL have 
> *not* been made with "--with-mb" option.  Because, I want to access
> two kind of PostgreSQL servers(named A and B) by using the B's psql.
> (Here, A server is "--with-mb" and B server is not "--with-mb".)

Aah, that's a good point, but an always-on psql and libpq is much slower.
But you could use the psql that stems from the multibyte compile, or not?


-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] TODO list updated
Next
From: Michael Meskes
Date:
Subject: Re: [HACKERS] FETCH without FROM/IN