More on my partitioning problem - Mailing list pgsql-admin

From John Scalia
Subject More on my partitioning problem
Date
Msg-id A74FFBFA-14BE-4FEB-9B0C-AD3AA056BF5C@gmail.com
Whole thread Raw
Responses Re: More on my partitioning problem
List pgsql-admin
Hi guys, again,

Laurenz’s suggestion to use create table like including all did not work, due to the fact that the partitioning key is
notpart of the original base table’s primary key. I had also forgotten about using the LIKE construct. So, thanks
Laurenz,but this also means I cannot use INCLUDING INDEXES, so I have to recreate all the indexes again on the new
partitionedbase table,, but I’m having an issue with the new table’s primary key. 

I created a UNIQUE INDEX on the new base table using the original primary key and the partitioning key. So far, so
good.But doing an ALTER TABLE ADD PRIMARY KEY USING INDEX, is not supported. So. being that  I already have a unique
indexhere, does it really matter if I do not declare a primary key here? Otherwise, how would I go about creating a
primarykey on this partitioned table? 
—
Jay
Sent from my iPad


pgsql-admin by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: free(): invalid pointer , when to dumping data to a new server
Next
From: Koteswara Rao Daliparthi
Date:
Subject: Generic extremely low cost query - Running long