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

SF.net SVN: ledger-smb:[4195] trunk/sql/Pg-database.sql



Revision: 4195
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4195&view=rev
Author:   einhverfr
Date:     2011-12-11 09:23:19 +0000 (Sun, 11 Dec 2011)
Log Message:
-----------
Pg-database.sql now loads

Modified Paths:
--------------
    trunk/sql/Pg-database.sql

Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql	2011-12-11 09:15:02 UTC (rev 4194)
+++ trunk/sql/Pg-database.sql	2011-12-11 09:23:19 UTC (rev 4195)
@@ -1,6 +1,4 @@
-999REATE LANGUAGE PLPGSQL; -- separate transaction since may already exist
-CREATE EXTENSION pg_trgm; -- Separate transaction, only needed for 9.1
-CREATE EXTENSION btree_gist; -- Separate transaction, only needed for 9.1
+CREATE LANGUAGE PLPGSQL; -- separate transaction since may already exist
 
 begin;
 
@@ -156,12 +154,6 @@
 $$ Pricegroups are groups of customers who are assigned prices and discounts
 together.$$;
 --TABLE language moved here because of later references
-CREATE TABLE language (
-  code varchar(6) PRIMARY KEY,
-  description text
-);
-COMMENT ON TABLE language IS
-$$ Languages for manual translations and so forth.$$;
 INSERT INTO language (code, description)
 VALUES ('ar_EG', 'Arabic (Egypt)'),
        ('bg',    'Bulgarian'), 

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