[BUGS] Unicode characters greater than U+10000

2005-02-16 Thread Gilles
Hi, I need to use unicode characters which code is greater than U+1. (I need it for a part of CJK characters, and for the private zone above U+1 to prepare reasearch works) But I realized that PostGreSQL doesn't manage this. What can I do ? If there is no way to be able to fully use Pos

[BUGS] BUG #1483: Index problem

2005-02-16 Thread Zoltan Szmutku
The following bug has been logged online: Bug reference: 1483 Logged by: Zoltan Szmutku Email address: [EMAIL PROTECTED] PostgreSQL version: 8.01 Operating system: Win 2000 Description:Index problem Details: Hello, I now try first the PostgreSql. Before I use the M

[BUGS] BUG #1482: SQL ERROR IN 7.4.7

2005-02-16 Thread Shujun Huang
The following bug has been logged online: Bug reference: 1482 Logged by: Shujun Huang Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: RHEL3 Description:SQL ERROR IN 7.4.7 Details: RENCENTLY I RAN INTO THIS ERROR CODE 25P01 WHICH IS "NO A

Re: [BUGS] BUG #1483: Index problem

2005-02-16 Thread Bruno Wolff III
On Tue, Feb 15, 2005 at 12:38:17 +, Zoltan Szmutku <[EMAIL PROTECTED]> wrote: > > My next commands : > > 1. > CREATE UNIQUE INDEX kod > ON proba > USING btree > (mezo1) > > 2. > CREATE UNIQUE INDEX kod > ON proba2 > USING btree > (mezo1) > > The second command not success, I

[BUGS] O.o.( ���� ��� ���� ).o.O ��� ������ 2

2005-02-16 Thread ����
Title: ááÅÔÊÑÇß Ýí ÇáÇÓÑÉ ááÅÔÊÑÇß Ýí ÇÓÑÉ ÓíÝ Çááå   (reply)--(send) ÓÊÕáß ÑÓÇáÉ ãä ÇáãÌãæÚÉ ÇáÈÑíÏíÉ ÇÚÏ ÇÑÓÇáåÇ  áÊßæä ÚÖæ Ýì ÇÓÑÉ ÓíÝ Çááå   ÇáÝÕá ÇáËÇäí     ÇÎæÇäí¡ Çáì ßã ÊãÇØáæä ÈÇáÚãá¡ æ ÊØãÚæä Ýí ÈáæÛ ÇáÃãá¡ æÊÛÊÑøæä ÈÝÓÍÉ Çáãåá¡ æáÇ ÊÐßÑæä åÌæã ÇáÃÌá¿ ãÇ æáÏÊã Ýáá

[BUGS] Postgres crashed on invalid IP entry in pg_hba.conf

2005-02-16 Thread pkalva
Hi Everybody, Yesterday, our production database was crashed as soon as we added an invlid entry in the pg_hba.conf file. Immediately, after the SIGHUP it tried to read the pg_hba.conf file and it couldnt validate the IP address and restarted the postgres server, as soon as we change the pg_h

Re: [BUGS] [ADMIN] Postgres crashed on invalid IP entry in pg_hba.conf

2005-02-16 Thread Tom Lane
[EMAIL PROTECTED] writes: >Yesterday, our production database was crashed as soon as we added an > invlid > entry in the pg_hba.conf file. Immediately, after the SIGHUP it tried to read > the pg_hba.conf file and it couldnt validate the IP address and restarted the > postgres server, as soon a

Re: [BUGS] [ADMIN] Postgres crashed on invalid IP entry in pg_hba.conf

2005-02-16 Thread Pallav Kalva
Hi Tom, Thanks! for the quick reply actually i forgot to attach the log file in my first email, the next email has the attachment, anyways here is the output from the log file. as you can see i have 5 numbers in the ip address which was a typo and postgres crashes when it reads the hba file

Re: [BUGS] [ADMIN] Postgres crashed on invalid IP entry in pg_hba.conf

2005-02-16 Thread Tom Lane
Pallav Kalva <[EMAIL PROTECTED]> writes: > do you think this problem is specific to the 7.4.2 > version . You didn't say what platform this is, but it might be related to this 7.4.3 fix: 2004-04-24 16:10 tgl * src/backend/libpq/ip.c (REL7_4_STABLE): Ensure getaddrinfo_all retur

Re: [BUGS] [ADMIN] Postgres crashed on invalid IP entry in pg_hba.conf

2005-02-16 Thread Pallav Kalva
I am using 7.4.2 on Redhat 9 Linux 2.4. I know iam on old version, we are actually planning to move to 8.0.1 soon, I just wanted to know if this is bug if so if it is 7.4.2 related . Tom Lane wrote: Pallav Kalva <[EMAIL PROTECTED]> writes: do you think this problem is specific to the 7.4.2

[BUGS] regression diff

2005-02-16 Thread Ed L.
This is not a regression test failure, but looks like one... Version: PostgreSQL 7.4.6 on ia64-hp-hpux11.23, compiled by GCC gcc (GCC) 3.4.2 $ file postgres postgres: ELF-64 executable object file - IA64 $ cat regression.diffs *** ./expected/float8.out Thu Sep 25 02:58:06 2003 --- .