Re: [BUGS] Error during Installation

2003-09-13 Thread Tom Lane
"Amar BAJRACHARYA" <[EMAIL PROTECTED]> writes: > I am trying to install the PostGreSQL 7.3.4 version. However, when I > execute gmake, I get the following error message: > Preproc.c:5560: fatal error: maximum table size (32767) exceeded. You need a newer bison. Although really you shouldn't nee

Re: [BUGS] 7.3.2 incorrectly counts characters for unicode varchar field

2003-09-13 Thread Tom Lane
> insert into mgc values ('åˆ†é’Ÿç»ƒä¹ åˆ†é’Ÿç»ƒä¹ > ç»ƒä¹ '); I don't think this string is correctly unicode-encoded. Anyway "length" claims it is 30 characters. regards, tom lane ---(end of broadcast)--- TIP 6: Have you

Re: [BUGS] Date 1973/06/03 Conversion Problem in 7.3.4 and 7.3.2.

2003-09-13 Thread Torello Querci
My problem is related to the insert a date in a database having a date as text. With your suggestion I use the database to convert a string to another string. I make another test using the function to_timestamp with this result: gturn2=> select to_timestamp('1973/06/03','/mm/dd'); to

Re: [BUGS] Date 1973/06/03 Conversion Problem in 7.3.4 and 7.3.2.

2003-09-13 Thread Torello Querci
On 7.3.2 and 7.3.4 obtain the same result: template1=# select '03/06/1973'::date; date 1973-03-06 (1 row) template1=# select '02/06/1973'::date; date 1973-02-06 (1 row) template1=# select '06/03/1973'::date; date 1973-06-03 (1 row) template

[BUGS] 7.3.2 incorrectly counts characters for unicode varchar field

2003-09-13 Thread Matthew Cooper
POSTGRESQL BUG REPORT TEMPLATE Your name : Matthew Cooper Your email address : matty (at) cloverworxs (dot) com System Configuration --

[BUGS] Error during Installation

2003-09-13 Thread Amar BAJRACHARYA
  Dear sir/madam,   I am trying to install the PostGreSQL 7.3.4 version. However, when I execute gmake, I get the following error message:   Preproc.c:5560:  fatal error: maximum table size (32767) exceeded.   I have no idea what table it is talking about and how to resolve the prob