forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit93d6a8a
committed
> pgsql-bugs@postgresql.org wrote:
> > David Clark (dclarknospam@opsi.co.za) reports a bug with a severity> > Table 3-7 SQL Literal escaped octets shows the input escape> > representation for a single quote as '\\'' , but the third paragraph> > below table 3-8 SQL Output Escaped Octets says that the single quote> > must be input as '\''>> Nice catch. '\'' is correct as shown in the example in Table 3-7.>> >> > Also in the same paragraph mentioned above it says input for the> > single quote must be '\'' (or '\\134') shouldn't this be (or '\\047')>> Also a bug. Should be '\\047', as you pointed out.>Here's a patch to fix the binary string doc errors.Joe Conway1 parent3c7798f commit93d6a8a
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 | 1023 |
| |
1024 |
| - | |
| 1024 | + | |
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
| |||
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | 1128 |
| |
1129 |
| - | |
| 1129 | + | |
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 | 1132 |
| |
|
0 commit comments
Comments
(0)