New: Autoselect no LOCK when export is for POSTGRESQL

This commit is contained in:
Laurent Destailleur 2012-02-10 10:00:32 +01:00
parent df7dc8652d
commit a2d3485b2a

View File

@ -64,6 +64,12 @@ jQuery(document).ready(function() {
hideoptions();
jQuery("#postgresql_options").show();
});
jQuery("#select_sql_compat").click(function() {
if (jQuery("#select_sql_compat").val() == 'POSTGRESQL')
{
jQuery("#checkbox_dump_disable-add-locks").attr('checked',true);
};
});
});
</script>
<?php