From a7f49252d2476cc5996b1e9dbb253cdc521fbb7f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Aug 2005 17:35:03 +0000 Subject: enable_constraint_exclusion => constraint_exclusion Also improve wording. --- doc/src/FAQ/TODO.html | 4 ++-- doc/src/sgml/runtime.sgml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a2b70a78bc9..edd160c3f77 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -355,7 +355,7 @@ first.

  • Add GUC to issue notice about queries that use unjoined tables
  • Allow EXPLAIN to identify tables that were skipped because of - enable_constraint_exclusion + constraint_exclusion
  • Allow EXPLAIN output to be more easily processed by scripts
  • CREATE