On Thu, 10 Jan 2019 at 12:13, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
> For indivisible database objects such as functions, IMV the "or replace"
> semantics (COR) is better than the "if not exists" semantics (CINE)...
>
> For tables, though, the tradeoffs seem pretty different...
Thanks Tom, your explanation makes a lot of sense.