Re: BUG #3774: create table like including index doesn't update pg_constraints with primary key

From: NikhilS <nikkhils(at)gmail(dot)com>
To: ioguix(at)free(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BUG #3774: create table like including index doesn't update pg_constraints with primary key
Date: 2007-11-30 07:44:53
Message-ID: d3c4af540711292344i392ff67fw5fdc6d8faae2ddb1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Hi,

>
> The following bug has been logged online:
>
> Bug reference: 3774
> Logged by: guillaume (ioguix) de Rorthais
> Email address: ioguix(at)free(dot)fr
> PostgreSQL version: 8.3 beta3
> Operating system: mac os x 10.4.10
> Description: create table like including index doesn't update
> pg_constraints with primary key
> Details:
>
> When creating a table using the "create table ... (like ... inluding
> indexes...)" syntaxe, pg_catalog.pg_constraint is not updated with the PK
> constraints which actually is setted in pg_index.
>
> I'm not sure if this issue is actually a bug or if there a logic behind
> this, but as the primary key is a constraint, I would expect it to be
> setted
> in pg_constraint, shouldn't it ?
>

This can be handled by setting index->isconstraint appropriately inside
generateClonedIndexStmt().

The fundamental question though is should we allow primary, unique
CONSTRAINTS which use the index mechanism just as an implementation to be
created using the "INCLUDING INDEXES" mechanism.

As per the discussion here:

http://www.nabble.com/Re%3A-CREATE-TABLE-LIKE-INCLUDING-INDEXES-support-p10683716.html

maybe we should not?

In other words "INCLUDING INDEXES" should only create those indexes which do
not have isconstraint set to TRUE.

Comments?

Regards,
Nikhils
--
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michailas 2007-11-30 09:18:23 BUG #3791: Bug in aritmethic calculations
Previous Message Mike C. 2007-11-30 01:05:35 BUG #3790: pg_restore error canceling statement due to user request

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2007-11-30 09:14:14 Re: [GENERAL] Empty arrays with ARRAY[]
Previous Message Simon Riggs 2007-11-30 06:31:33 Release Note Changes