Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem

From: Oleg Broytmann <phd(at)emerald(dot)netskate(dot)ru>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "'Oleg Bartunov'" <oleg(at)sai(dot)msu(dot)su>, "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem
Date: 1999-06-12 14:32:05
Message-ID: Pine.LNX.4.04.9906121825030.28833-100000@emerald.netskate.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Fri, 11 Jun 1999, Thomas Lockhart wrote:
> > And what a pros and cons for NCHAR?
> I was hoping you would tell me! :)

I can see only one advantage for NCHAR - those fields that aren't NCHAR
will not use strcoll() for comparison.
But I cannot remember one filed in my database that does not contain
russian characters. Even my WWW logs contain them.
So in any case I am forced to make all my fields NCHAR, and this is
exactly what we have now - postgres compiled with --enable-locale makes all
char NCHAR.

> - Thomas
> --
> Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
> South Pasadena, California

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-06-12 14:45:49 Re: [HACKERS] "DML"...CREATE ACRONYM statement
Previous Message Bruce Momjian 1999-06-12 14:06:57 Re: patch for large queries