Re: Vertical partition

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Rama Krishnan <raghuldrag(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vertical partition
Date: 2022-05-07 00:51:05
Message-ID: CAKFQuwZtSYWQeUo-cP+j-c=OqKrUsH+1q7dNchzR2RKomqz5xA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday, May 6, 2022, Rama Krishnan <raghuldrag(at)gmail(dot)com> wrote:

> Hi ,
>
> Can you pls tell us how to do a vertical partition in postgresql
>

Manually. “Create table” with the columns you want in each. You FK column
will also be your PK column on the non-primary table.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rama Krishnan 2022-05-07 01:48:17 Re: Vertical partition
Previous Message Rama Krishnan 2022-05-07 00:23:38 Vertical partition