Re: DDL Damage Assessment - Mailing list pgsql-hackers

From Steven Lembark
Subject Re: DDL Damage Assessment
Date
Msg-id 20141002151909.6dbb788d.lembark@wrkhors.com
Whole thread Raw
In response to Re: DDL Damage Assessment  (Claudio Freire <klaussfreire@gmail.com>)
List 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@wrkhors.com                                      +1 888 359 3508



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Next
From: Steven Lembark
Date:
Subject: Re: PL/pgSQL 2