Hello list,

I would like to propose two changes for mysqldump:

1) With --extended-insert, separate the data for the individual rows
with a newline (and possibly two spaces for alignment); this adds
only a byte (or three) per row, is more readable, and most
importantly (for me), it allows for diff-ing of two version of the
dump.

2) Add an option for using REPLACE instead of INSERT. For newly
created tables it makes no difference, but with --no-create-info, it
could be used for updating existing table data.

Thanks!

Vaclav Dvorak   [EMAIL PROTECTED]
IDAS, s.r.o.    http://www.idas.cz


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to