Re: Out of swap space & memory

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Out of swap space & memory
Date: 2004-08-08 19:08:46
Message-ID: opscfgswr5cq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> catalog_type varchar(100), pushed int, delivered int, clicks int, opened
> int, month varchar(100), type1 int, type2 int, type3 int, type4 int,
> type5
> int);

You could use the TEXT type (see postgresql doc).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jiri Nemec 2004-08-08 21:27:49 CREATE FUNCTION
Previous Message Doug McNaught 2004-08-08 12:19:32 Re: COPY not handling BLOBs