forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd84caf
committed
|I took a look at this and I think pg_dump mishandles arrays of ints and floats
|by neglecting to quote them.||I have made a minor change to pg_dump.c that will fix this.||Dates are dumped and restored OK with pg_dump in V6||We'll still need to fix the dump in both cases if the original dump is from V1.09.From Keith Parks1 parente2292e0 commitfd84caf
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
288 | 287 |
| |
289 |
| - | |
290 | 288 |
| |
291 | 289 |
| |
292 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
293 | 296 |
| |
294 | 297 |
| |
295 | 298 |
| |
|
0 commit comments
Comments
(0)