Re: About Maximum number of columns

From: Richard Huxton <dev(at)archonet(dot)com>
To: zhaoxin <zhaox(at)necas(dot)nec(dot)com(dot)cn>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: About Maximum number of columns
Date: 2005-12-22 11:42:53
Message-ID: 43AA913D.1060104@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

zhaoxin wrote:
> Hi All.
>
> I have a question about the Maximum number of columns in a table ?
>
> In FAQ for PostgreSQL,I can find this description :
> Maximum number of columns in a table?
> 250-1600 depending on column types
> But , I want to know what type is 1600 limit , and what type is 250
> limit . it is important for me , thanks .

Have you tried creating the columns you need in the type you need?

What happens?

Are you sure hundreds of columns in a table is the best design for your
problem?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message zhaoxin 2005-12-22 11:54:20 Re: About Maximum number of columns
Previous Message zhaoxin 2005-12-22 11:22:12 About Maximum number of columns