14 |
|
|
15 |
-- Initialisation de postgis : A CHANGER selon les configurations |
-- Initialisation de postgis : A CHANGER selon les configurations |
16 |
-- A commenter/décommenter pour initialiser postgis |
-- A commenter/décommenter pour initialiser postgis |
17 |
\i /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql |
--\i /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql |
18 |
\i /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql |
--\i /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql |
19 |
|
--CREATE EXTENSION postgis; |
20 |
|
|
21 |
-- Suppression, Création et Utilisation du schéma |
-- Suppression, Création et Utilisation du schéma |
22 |
--DROP SCHEMA openads; |
--DROP SCHEMA openads; |
46 |
\i init_data.sql |
\i init_data.sql |
47 |
|
|
48 |
-- Mise à jour depuis la dernière version (en cours de développement) |
-- Mise à jour depuis la dernière version (en cours de développement) |
49 |
\i v3.4.0-a1.sql |
--\i v3.4.0-a1.sql |
50 |
|
|
51 |
-- Mise à jour des séquences |
-- Mise à jour des séquences |
52 |
\i update_sequences.sql |
\i update_sequences.sql |