postgREST : OK
This commit is contained in:
@@ -1 +1,2 @@
|
||||
create role postgraphile inherit login password 'motdepasse';
|
||||
create role postgraphile nosuperuser nocreatedb nocreaterole noinherit noreplication nobypassrls
|
||||
login password '9013';
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
show server_version;
|
||||
select * from pg_available_extensions;
|
||||
|
||||
create schema postgis;
|
||||
create extension if not exists postgis schema postgis;
|
||||
create extension if not exists pgrouting schema postgis;
|
||||
|
||||
create extension if not exists ltree;
|
||||
create extension if not exists pgtap;
|
||||
create extension if not exists postgis;
|
||||
create extension if not exists pgrouting;
|
||||
create extension if not exists pgcrypto;
|
||||
|
||||
create table adherent (
|
||||
|
||||
Reference in New Issue
Block a user