Fix dbexport.php file, various bugs, see details
authorioguix <ioguix@free.fr>
Thu, 26 Aug 2010 22:34:48 +0000 (00:34 +0200)
committerioguix <ioguix@free.fr>
Thu, 26 Aug 2010 22:34:48 +0000 (00:34 +0200)
commit0ed9c429c038307e7bc57dea7cc5bb6c59a36489
treee9459e3a57b97fc903b4f2f5a7773193cbea6cb7
parent14618b79aaec5bb099615d24fa7af2491ee1361c
Fix dbexport.php file, various bugs, see details

  * fixed not cleaned object names (schema, tables/views)
  * schema and table were each escapeShellArg separatly then
    concatenated together, leading to a bad formated
    -t '"schema"'.'"table"' command line option
  * removed hack for pg_dump < 7.4 as we do not support thoses
    versions anymore
dbexport.php