Re: Vertical partition

From: Rama Krishnan <raghuldrag(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vertical partition
Date: 2022-05-07 01:48:17
Message-ID: CAJWX+EPjDCS9tnCjus7o5Gq2=JJ-PXSptSBvze1xcFNL1nfudA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks a lot. Which means normal primary key and foreign key relationship
right can u pls send me any reference link

On Sat, 7 May, 2022, 06:21 David G. Johnston, <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:

>
>
> 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 David G. Johnston 2022-05-07 01:50:05 Re: Vertical partition
Previous Message David G. Johnston 2022-05-07 00:51:05 Re: Vertical partition