"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
> 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
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
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
POSTGRESQL BUG REPORT TEMPLATE
Your name : Matthew Cooper
Your email address : matty (at) cloverworxs (dot) com
System Configuration
--
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