Re: About Maximum number of columns - Mailing list pgsql-general

From Richard Huxton
Subject Re: About Maximum number of columns
Date
Msg-id 43AA913D.1060104@archonet.com
Whole thread Raw
In response to About Maximum number of columns  (zhaoxin <zhaox@necas.nec.com.cn>)
Responses Re: About Maximum number of columns
List 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

pgsql-general by date:

Previous
From: zhaoxin
Date:
Subject: About Maximum number of columns
Next
From: zhaoxin
Date:
Subject: Re: About Maximum number of columns