mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Update to 8.4:
< * Make standard_conforming_strings the default in 8.3? > * Make standard_conforming_strings the default in 8.4?
This commit is contained in:
parent
5e95fc0c8b
commit
b1a1ea49da
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Sun Apr 29 02:48:05 EDT 2007
|
Last updated: Sun Apr 29 03:17:05 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.
|
||||||
@ -524,7 +524,7 @@ SQL Commands
|
|||||||
constraint_exclusion
|
constraint_exclusion
|
||||||
* Allow EXPLAIN output to be more easily processed by scripts
|
* Allow EXPLAIN output to be more easily processed by scripts
|
||||||
* Enable standard_conforming_strings
|
* Enable standard_conforming_strings
|
||||||
* Make standard_conforming_strings the default in 8.3?
|
* Make standard_conforming_strings the default in 8.4?
|
||||||
|
|
||||||
When this is done, backslash-quote should be prohibited in non-E''
|
When this is done, backslash-quote should be prohibited in non-E''
|
||||||
strings because of possible confusion over how such strings treat
|
strings because of possible confusion over how such strings treat
|
||||||
|
@ -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 Apr 29 02:48:05 EDT 2007
|
Last updated: Sun Apr 29 03:17:05 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>.
|
||||||
@ -468,7 +468,7 @@ first. There is also a developer's wiki at<br/>
|
|||||||
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
|
||||||
</li><li>Enable standard_conforming_strings
|
</li><li>Enable standard_conforming_strings
|
||||||
</li><li>Make standard_conforming_strings the default in 8.3?
|
</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''
|
||||||
strings because of possible confusion over how such strings treat
|
strings because of possible confusion over how such strings treat
|
||||||
backslashes. Basically, '' is always safe for a literal single
|
backslashes. Basically, '' is always safe for a literal single
|
||||||
|
Loading…
x
Reference in New Issue
Block a user