Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit109d0ae

Browse files
committed
Add:
< * -Eventually enable escape_string_warning and standard_conforming_strings> * -Enable escape_string_warning and standard_conforming_strings> * Make standard_conforming_strings the default in 8.3?>> When this is done, backslash-quote should be prohibited in non-E''> strings because of possible confusion over how such strings treat> backslashes. Basically, '' is always safe for a literal single> quote, while \' might or might not be based on the backslash> handling rules.>
1 parentefe3de0 commit109d0ae

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

‎doc/TODO

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sat Apr 2214:18:18 EDT 2006
5+
Last updated:Sat Apr 2223:59:59 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -434,7 +434,15 @@ SQL Commands
434434
* Allow EXPLAIN to identify tables that were skipped because of
435435
constraint_exclusion
436436
* Allow EXPLAIN output to be more easily processed by scripts
437-
* -Eventually enable escape_string_warning and standard_conforming_strings
437+
* -Enable escape_string_warning and standard_conforming_strings
438+
* Make standard_conforming_strings the default in 8.3?
439+
440+
When this is done, backslash-quote should be prohibited in non-E''
441+
strings because of possible confusion over how such strings treat
442+
backslashes. Basically, '' is always safe for a literal single
443+
quote, while \' might or might not be based on the backslash
444+
handling rules.
445+
438446
* Simplify dropping roles that have objects in several databases
439447
* Allow COMMENT ON to accept an expression rather than just a string
440448
* Allow the count returned by SELECT, etc to be to represent as an int64

‎doc/src/FAQ/TODO.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Apr 2214:18:18 EDT 2006
11+
Last updated: Sat Apr 2223:59:59 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -399,7 +399,14 @@ <h1><a name="section_8">SQL Commands</a></h1>
399399
</li><li>Allow EXPLAIN to identify tables that were skipped because of
400400
constraint_exclusion
401401
</li><li>Allow EXPLAIN output to be more easily processed by scripts
402-
</li><li>-<em>Eventually enable escape_string<u>warning and standard</u>conforming_strings</em>
402+
</li><li>-<em>Enable escape_string<u>warning and standard</u>conforming_strings</em>
403+
</li><li>Make standard_conforming_strings the default in 8.3?
404+
<p> When this is done, backslash-quote should be prohibited in non-E''
405+
strings because of possible confusion over how such strings treat
406+
backslashes. Basically, '' is always safe for a literal single
407+
quote, while \' might or might not be based on the backslash
408+
handling rules.
409+
</p>
403410
</li><li>Simplify dropping roles that have objects in several databases
404411
</li><li>Allow COMMENT ON to accept an expression rather than just a string
405412
</li><li>Allow the count returned by SELECT, etc to be to represent as an int64

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp