Re: Memory exhausted in AllocSetAlloc()

From: Thomas Heinis <postgres(at)mailzone(dot)ch>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Memory exhausted in AllocSetAlloc()
Date: 2001-03-14 15:30:42
Message-ID: 3AAF8EA2.510E26DB@mailzone.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Table "profil_ext2"
Attribute | Type | Modifier
-------------+-------------+----------
vorname | varchar(30) |
name | varchar(30) |
strasse | varchar(40) |
plz | varchar(4) |
land | varchar(3) |
alias | varchar(20) |
redirect | varchar(80) |
passwort | varchar(20) |
datum | varchar(16) |
anrede | varchar(2) |
tel | varchar(20) |
fax | varchar(20) |
homepage | varchar(40) |
newsletter | varchar(1) |
spam_filter | varchar(1) |
newzip | varchar(4) |
stub | varchar(40) |
ort | varchar(30) |
nd_flag | varchar(1) |
sp | varchar(1) |

Tom Lane wrote:

> Thomas Heinis <postgres(at)mailzone(dot)ch> writes:
> > whenever I do a 'select * from profil_ext2;' I get
>
> > FATAL 1: Memory exhausted in AllocSetAlloc()
>
> And the definition of this table is?
>
> regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel A. Melo 2001-03-14 15:45:59 Re: Re: compilation error <segunda parte>
Previous Message Tom Lane 2001-03-14 14:50:34 Re: Memory exhausted in AllocSetAlloc()