forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit101c8ae
committed
Doc: explain that the string types can't store \0 (ASCII NUL).
This restriction was mentioned in connection with string literals,but it wasn't made clear that it's a general restriction not justa syntactic limitation in query strings.Per unsigned documentation comment.Discussion:https://postgr.es/m/160720552914.710.16625261471128631268@wrigleys.postgresql.org1 parentd7ecba9 commit101c8ae
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1149 | 1149 |
| |
1150 | 1150 |
| |
1151 | 1151 |
| |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
1152 | 1160 |
| |
1153 | 1161 |
| |
1154 | 1162 |
| |
| |||
1186 | 1194 |
| |
1187 | 1195 |
| |
1188 | 1196 |
| |
1189 |
| - | |
1190 |
| - | |
1191 |
| - | |
1192 |
| - | |
| 1197 | + | |
1193 | 1198 |
| |
1194 | 1199 |
| |
1195 | 1200 |
| |
|
0 commit comments
Comments
(0)