2025-10-05 19:16:58 +02:00
2025-09-30 07:40:56 +02:00
2025-10-04 12:56:56 +02:00
2025-10-03 07:42:55 +02:00
2025-10-05 19:12:36 +02:00
2025-10-05 19:16:58 +02:00
2025-10-05 19:16:58 +02:00
2025-09-26 18:22:06 +02:00
2025-09-20 13:55:46 +02:00
2025-09-26 18:22:06 +02:00
2025-10-05 19:16:58 +02:00
2025-10-03 07:42:55 +02:00
2025-09-19 06:25:06 +02:00

Construire l'image

docker build -t iut/pgsql:2025-11 .

Données

Conventions de nommage

Le nom des tables est au singulier et en minuscule

Schéma

table colonnes
adherent id, nom, prenom, genre, naissance, codepostal
famille code, famille, code_parent, arborescence (ltree), gauche, droite
article code, article, famille_code, factpoids, prix
ticket id, date_ticket, adherent_id, mode_rglt
ligne id, ticket_id, article_code, prix_unitaire, quantite

Export

psql -h 127.0.0.1 -d sql -U sql -c "\copy (select * from ligne order by id) to './ligne.csv' with csv header"
psql -h 127.0.0.1 -d sql -U sql -c "\copy (select id, source, target, cost, reverse_cost, ST_AsText(geom) from route order by id) to './route.csv' with csv header"

Jeux de données

Description
No description provided
Readme 75 MiB
Languages
PLpgSQL 76.5%
Python 18.1%
HTML 2.8%
Dockerfile 2.1%
Shell 0.5%