forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a26419
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 parente2ac3fe commit9a26419
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1209 | 1209 |
| |
1210 | 1210 |
| |
1211 | 1211 |
| |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
1212 | 1220 |
| |
1213 | 1221 |
| |
1214 | 1222 |
| |
| |||
1246 | 1254 |
| |
1247 | 1255 |
| |
1248 | 1256 |
| |
1249 |
| - | |
1250 |
| - | |
1251 |
| - | |
1252 |
| - | |
| 1257 | + | |
1253 | 1258 |
| |
1254 | 1259 |
| |
1255 | 1260 |
| |
|
0 commit comments
Comments
(0)