Re: Table's REPLICATE IDENTITY : where is it kept? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Table's REPLICATE IDENTITY : where is it kept?
Date
Msg-id 28007.1532962125@sss.pgh.pa.us
Whole thread Raw
In response to Re: Table's REPLICATE IDENTITY : where is it kept?  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-admin
Achilleas Mantzios <achill@matrix.gatewaynet.com> writes:
> On 30/07/2018 16:37, Tom Lane wrote:
>> Really?  There's certainly code in there that purports to do it:

> When its a plain INDEX it is pg_dump'ed correctly.
> But when this is a CONSTRAINT index it is not.

Oooh, you're right, dumpIndex() has code for that but dumpConstraint()
lacks it.

            regards, tom lane


pgsql-admin by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Table's REPLICATE IDENTITY : where is it kept?
Next
From: Wells Oliver
Date:
Subject: Organizing large child tables & indexes for quick seeking