Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object - Mailing list pgsql-hackers

From jian he
Subject Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
Date
Msg-id CACJufxGv5zmiRyRB+bpEWjWKh0+ka_bVadnFKs8+spY7wSak4A@mail.gmail.com
Whole thread
In response to Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object  (lakshmi <lakshmigcdac@gmail.com>)
Responses Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
List pgsql-hackers
Hi.

[1] rebuilds whole-row dependencies for ALTER COLUMN SET EXPRESSION,
this thread addresses whole-row dependencies for ALTER TABLE DROP
COLUMN and ALTER COLUMN SET DATA TYPE.

Overall, the attached v9 doesn't include any major changes.
It just contains some refactoring to make the coding style consistent with [1].

[1] https://commitfest.postgresql.org/patch/6755



--
jian
https://www.enterprisedb.com/

Attachment

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Adding REPACK [concurrently]
Next
From: Chao Li
Date:
Subject: Small fixes for CHECKPOINT FLUSH_UNLOGGED