[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [49] trunk/sql/Pg-upgrade-2.6.17-2.6.18.sql



Revision: 49
          http://svn.sourceforge.net/ledger-smb/?rev=49&view=rev
Author:   linuxpoet
Date:     2006-09-09 10:43:07 -0700 (Sat, 09 Sep 2006)

Log Message:
-----------
Added a little documentation

Modified Paths:
--------------
    trunk/sql/Pg-upgrade-2.6.17-2.6.18.sql

Modified: trunk/sql/Pg-upgrade-2.6.17-2.6.18.sql
===================================================================
--- trunk/sql/Pg-upgrade-2.6.17-2.6.18.sql	2006-09-09 17:42:07 UTC (rev 48)
+++ trunk/sql/Pg-upgrade-2.6.17-2.6.18.sql	2006-09-09 17:43:07 UTC (rev 49)
@@ -1,4 +1,7 @@
+-- linuxpoet:
 -- adding primary key to acc_trans
+-- We are using standard postgresql names for the sequence for consistency as we move forward
+-- Do everything in a transaction in case it blows up
 
 BEGIN;
 LOCK acc_trans in EXCLUSIVE mode;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.