Re: DDL Damage Assessment

From: Steven Lembark <lembark(at)wrkhors(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: lembark(at)wrkhors(dot)com
Subject: Re: DDL Damage Assessment
Date: 2014-10-02 20:19:09
Message-ID: 20141002151909.6dbb788d.lembark@wrkhors.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> EXPLAIN ALTER TABLE ?

Good thing: People recognize it.
Bad thing: People might not be able to tell the difference between
a DDL and DML result.

What about "EXPLAIN DDL ..."?

The extra keyword ("DDL") makes it a bit more explicit that the
results are not comparable to the standard explain output.

--
Steven Lembark 3646 Flora Pl
Workhorse Computing St Louis, MO 63110
lembark(at)wrkhors(dot)com +1 888 359 3508

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Steven Lembark 2014-10-02 20:24:30 Re: PL/pgSQL 2
Previous Message Bruce Momjian 2014-10-02 20:10:24 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}