From 7ced811d45ec89d570578ab0acff2ca0a31aec26 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 13 Jun 2007 21:38:00 +0000 Subject: [PATCH] Update item: < * Allow EXPLAIN output to be more easily processed by scripts > * Allow EXPLAIN output to be more easily processed by scripts, perhaps XML --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 9aaa374344f..526e0971617 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sun Jun 10 21:51:20 EDT 2007 +Last updated: Wed Jun 13 17:37:56 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -526,7 +526,7 @@ SQL Commands * Add GUC to issue notice about statements that use unjoined tables * Allow EXPLAIN to identify tables that were skipped because of constraint_exclusion -* Allow EXPLAIN output to be more easily processed by scripts +* Allow EXPLAIN output to be more easily processed by scripts, perhaps XML * Enable standard_conforming_strings * Make standard_conforming_strings the default in 8.4? diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5294b6716ee..ac0d6e4393e 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Sun Jun 10 21:51:20 EDT 2007 +Last updated: Wed Jun 13 17:37:56 EDT 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -470,7 +470,7 @@ first. There is also a developer's wiki at<br/> </li><li>Add GUC to issue notice about statements that use unjoined tables </li><li>Allow EXPLAIN to identify tables that were skipped because of constraint_exclusion - </li><li>Allow EXPLAIN output to be more easily processed by scripts + </li><li>Allow EXPLAIN output to be more easily processed by scripts, perhaps XML </li><li>Enable standard_conforming_strings </li><li>Make standard_conforming_strings the default in 8.4? <p> When this is done, backslash-quote should be prohibited in non-E'' -- GitLab