Re: BUG #17720: pg_dump creates a dump with primary key that cannot be restored, when specifying 'using index ...'
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
"David G. Johnston" <david.g.johnston@gmail.com>,
"zedaardv@drizzle.com" <zedaardv@drizzle.com>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2022-12-15T13:18:05Z
Lists: pgsql-bugs
Attachments
- v2-0001-Disallow-NULLS-NOT-DISTINCT-indexes-for-primary-k.patch (application/octet-stream) patch v2-0001
> On 15 Dec 2022, at 00:27, Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Daniel Gustafsson <daniel@yesql.se> writes: >> The attached prohibits the use of NULLS NOT DISTINCT for backing primary key >> constraints but allow them for unique constraints. Is this along the lines of >> what you had in mind? > > Needs more than zero comments in the code, and why bother testing > is_alter_table in index_check_primary_key? We're disallowing > this case across-the-board, no matter how you get to it. That was an, admittedly poor, attempt at self-documenting code. Removed and comments added in the attached. -- Daniel Gustafsson https://vmware.com/
Commits
-
Disallow NULLS NOT DISTINCT indexes for primary keys
- d9595232579a 16.0 landed