[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] postgresQL bug
From: |
Guillaume Courtois |
Subject: |
Re: [Phpgroupware-developers] postgresQL bug |
Date: |
Wed, 21 Nov 2001 08:28:02 +0000 |
>I submitted a bug...
>http://sourceforge.net/tracker/index.php?func=detail&aid=482605&group_id=7305&atid=107305
The "tuple is too big" problem is linked with the version of PostGres, if I
remember well. When I had this problem, I made a search with google and some
people were saying that they had the same problem with other programs than
phpGroupWare, and that it was a compiled limit in PostGres v7.0 that was
changed in v7.1
Here is one of the messages you can find with google :
-------------------------------------------
PG 7.0 and earlier has a hard-coded limit on row size. You can
increase the limit and recompile, but that requires you to dump all
your databases, initdb, and reload. So you might as well upgrade...
-------------------------------------------