Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
PostgreSQL
Transaction 11 codes
Home
PostgreSQL
Transaction
1 Begins a transaction block, creates a table, and commits the action
2 Begins a transaction, modifies data, and then commits the modifications
3 Committing a transaction
4 Define SAVEPOINT in transaction
5 Displays the current transaction isolation level
6 Rollback an accidental delete performed within a transaction block
7 Rolling back a transaction
8 Set the default transaction isolation level for the current session
9 Sets the constraint evaluation mode to IMMEDIATE for all constraints within the transaction
10 Sets the transaction isolation level to SERIALIZABLE for the current transaction
11 Use ABORT to undo an accidental DELETE command