New: Autoselect no LOCK when export is for POSTGRESQL
This commit is contained in:
parent
df7dc8652d
commit
a2d3485b2a
@ -64,6 +64,12 @@ jQuery(document).ready(function() {
|
|||||||
hideoptions();
|
hideoptions();
|
||||||
jQuery("#postgresql_options").show();
|
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>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user