postgREST : OK

This commit is contained in:
2025-10-14 21:11:54 +02:00
parent aae433a168
commit 1311068103
13 changed files with 1854 additions and 47 deletions

View File

@@ -1 +1,2 @@
create role postgraphile inherit login password 'motdepasse';
create role postgraphile nosuperuser nocreatedb nocreaterole noinherit noreplication nobypassrls
login password '9013';

View File

@@ -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 (