diff options
author | Bruce Momjian | 2005-08-30 23:25:23 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-08-30 23:25:23 +0000 |
commit | bc0650660a4f71b53c076622467e6894e1f2cf68 (patch) | |
tree | 6a555976062b2202e1e89d14adaa2c506e95b5a2 /doc/src | |
parent | 59b4cef1eb74ac444836fbd27db0b7345e3db275 (diff) |
Add:
> * Eventually enable escape_string_warning and standard_conforming_strings
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1b0dcd50fb..734597a964 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sun Aug 28 14:52:34 EDT 2005 +Last updated: Tue Aug 30 19:25:23 EDT 2005 </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>. @@ -347,6 +347,7 @@ first. </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>Eventually enable escape_string<u>warning and standard</u>conforming_strings </li><li>CREATE <ul> <li>Allow CREATE TABLE AS to determine column lengths for complex |