Re: [GENERAL] Re: SCO Openserver & pg_hba.conf

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Mark Alliban <MarkA(at)idnltd(dot)com>
Cc: Charles Alexander Randle <caspanis(at)cybervale(dot)com>, pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] Re: SCO Openserver & pg_hba.conf
Date: 1999-12-17 13:21:39
Message-ID: 385A38E2.62F43F2A@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Mark Alliban wrote:
>
> Hi,
> Thanks for the suggestion! I've been trying to get it to work for ages and
> using the -h option was the workaround I was looking for.
>
> However I still have a small problem, in that when I do "CREATE UNIQUE INDEX
> AcT_AcNo ON AccountTable (AccountNo);" where AccountNo is NUMERIC or DECIMAL
> I get "ERROR: Can't find a default operator class for type 1700.". If
> AccountNo is INT2 or INT8 then there is no problem. Is this another problem
> with SCO OpenServer?
>
> To get PostgreSQL to compile, I had to edit Makefile.port after doing
> configure, and remove the first 2 lines containing CCFLAGS and LDFLAGS.
>
> Thanks,
> Mark.
>

I believe this is fixed in current sources, since the TODO
shows a '-' in front of any TODO item which is believed to
be addressed in current. To see if it has been fixed, you
could always try the latest snapshot at ftp.postgresql.org.
Here's the TODO entry:

-Add index on NUMERIC/DECIMAL type(Jan)

Hope that helps,

Mike Mascari

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl Eichwalder 1999-12-17 13:34:44 Re: Installation problem on Suse linux 6.3
Previous Message Mark Alliban 1999-12-17 12:01:28 Re: SCO Openserver & pg_hba.conf