- Notifications
You must be signed in to change notification settings - Fork28
Commitc5ba660
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 parentdfd8bf2 commitc5ba660
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1166 | 1166 |
| |
1167 | 1167 |
| |
1168 | 1168 |
| |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
1169 | 1177 |
| |
1170 | 1178 |
| |
1171 | 1179 |
| |
| |||
1203 | 1211 |
| |
1204 | 1212 |
| |
1205 | 1213 |
| |
1206 |
| - | |
1207 |
| - | |
1208 |
| - | |
1209 |
| - | |
| 1214 | + | |
1210 | 1215 |
| |
1211 | 1216 |
| |
1212 | 1217 |
| |
|
0 commit comments
Comments
(0)