Re: how to add more than 1600 columns in a table?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pabloa98 <pabloa98(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: how to add more than 1600 columns in a table?
Date: 2019-04-24 20:34:12
Message-ID: CAKFQuwboqyeWCV=Uyx1TgrU474GW=+ii68r3xDUnXruwmsyiNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 24, 2019 at 1:17 PM pabloa98 <pabloa98(at)gmail(dot)com> wrote:

> Hello
>
> Sadly today we hit the 1600 columns limit of Postgresql 11.
>
> How could we add more columns?
>

Add a second table and relate them together via a one-to-one-required
relationship?

I'm unsure whether a final result set is limited or just tables...

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2019-04-24 20:47:16 Re: how to add more than 1600 columns in a table?
Previous Message Tom Lane 2019-04-24 20:27:06 Re: how to add more than 1600 columns in a table?