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

Commit82c46e5

Browse files
committed
Add mention of compatibility problem with turning off backslash escapes:
< SQL-spec compliant, so allow such handling to be disabled.> SQL-spec compliant, so allow such handling to be disabled. However,> disabling backslashes could break many third-party applications and tools.
1 parent7111a14 commit82c46e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Mar15 00:31:22 EST 2005
5+
Last updated:Wed Mar16 23:42:00 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -320,7 +320,8 @@ Commands
320320
* Allow backslash handling in quoted strings to be disabled for portability
321321

322322
The use of C-style backslashes (.e.g. \n, \r) in quoted strings is not
323-
SQL-spec compliant, so allow such handling to be disabled.
323+
SQL-spec compliant, so allow such handling to be disabled. However,
324+
disabling backslashes could break many third-party applications and tools.
324325

325326
* Allow an alias to be provided for the target table in UPDATE/DELETE
326327

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp