Re: Sharp edge when dropping columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Quentin de Metz" <quentin(at)de(dot)me(dot)tz>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Sharp edge when dropping columns
Date: 2024-03-14 19:17:12
Message-ID: 2367186.1710443832@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Quentin de Metz" <quentin(at)de(dot)me(dot)tz> writes:
> I'd like to report a sharp edge which caused downtime in my production application: dropping a column which is INCLUDEd in an index drops the index.

This behavior is intentional, and we're not likely to change it.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David Fogarty 2024-03-28 15:43:37 Performance after restart/reboot pre-Analyze
Previous Message David G. Johnston 2024-03-14 19:01:30 Re: Sharp edge when dropping columns