liquid_feedback_core
changeset 92:425bb591bff8
Removed CREATE LANGUAGE statement at the beginning of core.sql for PostgreSQL 9.0 and higher
| author | jbe | 
|---|---|
| date | Sun Oct 31 01:52:50 2010 +0200 (2010-10-31) | 
| parents | 8387388f1f7c | 
| children | 20be30c73831 | 
| files | core.sql | 
   line diff
1.1 --- a/core.sql Sun Oct 31 01:49:49 2010 +0200 1.2 +++ b/core.sql Sun Oct 31 01:52:50 2010 +0200 1.3 @@ -1,5 +1,6 @@ 1.4 1.5 -CREATE LANGUAGE plpgsql; -- Triggers are implemented in PL/pgSQL 1.6 +-- Execute the following command manually for PostgreSQL prior version 9.0: 1.7 +-- CREATE LANGUAGE plpgsql; 1.8 1.9 -- NOTE: In PostgreSQL every UNIQUE constraint implies creation of an index 1.10