mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Update item:
< * Allow EXPLAIN output to be more easily processed by scripts > * Allow EXPLAIN output to be more easily processed by scripts, perhaps XML
This commit is contained in:
parent
a0a26c47d4
commit
7ced811d45
4
doc/TODO
4
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
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
|
* Add GUC to issue notice about statements that use unjoined tables
|
||||||
* Allow EXPLAIN to identify tables that were skipped because of
|
* Allow EXPLAIN to identify tables that were skipped because of
|
||||||
constraint_exclusion
|
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
|
* Enable standard_conforming_strings
|
||||||
* Make standard_conforming_strings the default in 8.4?
|
* Make standard_conforming_strings the default in 8.4?
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<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>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<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>Add GUC to issue notice about statements that use unjoined tables
|
||||||
</li><li>Allow EXPLAIN to identify tables that were skipped because of
|
</li><li>Allow EXPLAIN to identify tables that were skipped because of
|
||||||
constraint_exclusion
|
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>Enable standard_conforming_strings
|
||||||
</li><li>Make standard_conforming_strings the default in 8.4?
|
</li><li>Make standard_conforming_strings the default in 8.4?
|
||||||
<p> When this is done, backslash-quote should be prohibited in non-E''
|
<p> When this is done, backslash-quote should be prohibited in non-E''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user