OSDN Git Service

|I took a look at this and I think pg_dump mishandles arrays of ints and floats
authorMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 03:00:09 +0000 (03:00 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 03:00:09 +0000 (03:00 +0000)
commitfd84cafb696326326397004d34fbbc650daf8f82
tree52e498df566e262870a11727debff04b005f4cd2
parente2292e0c0cdd10c3b81995e1b1aee4d16e109c48
|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 Parks
src/bin/pg_dump/pg_dump.c