Re: BUG #17720: pg_dump creates a dump with primary key that cannot be restored, when specifying 'using index ...'
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
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-16T18:19:22Z
Lists: pgsql-bugs
Daniel Gustafsson <daniel@yesql.se> writes: > Oh, ok, if so then I misunderstood. No worries, v2 is then the one to consider. I'm good with v2. regards, tom lane
Commits
-
Disallow NULLS NOT DISTINCT indexes for primary keys
- d9595232579a 16.0 landed