Re: pgAdmin III bug with transaction failure
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: pgAdmin III bug with transaction failure
RStefko(at)aol(dot)com wrote:
The default behavior in pgsql is to allow the use of transactions to
isolate SQL statements. PgAdmin seems to batch the entire script into a
single transaction, making the user's transaction irrelevant.
Use the mailing list!
To pgAdmin, all you execute is a single statement. Execute them
separately or use savepoints.
Regards,
Andreas
Home |
Main Index |
Thread Index