File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5- Last updated: Sat Apr 22 14:18:18 EDT 2006
5+ Last updated: Sat Apr 22 23:59:59 EDT 2006
66
77The most recent version of this document can be viewed at
88http://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
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11- Last updated: Sat Apr 22 14:18:18 EDT 2006
11+ Last updated: Sat Apr 22 23:59:59 EDT 2006
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< a href ="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
You can’t perform that action at this time.
0 commit comments