Re: wrong generated sql query order
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: wrong generated sql query order
Miha Radej wrote:
in the table properties pane, tab "columns" i then remove col2 and
immediately add another column, by the name of col2 and type text and
pgadmin produces the following queries:
ALTER TABLE sampletable ADD COLUMN col2 text;
ALTER TABLE sampletable DROP COLUMN col2;
This is a known issue. Don't do this ATM.
Regards,
Andreas
Home |
Main Index |
Thread Index