PostgreSQL
,
PostGIS
,
plpython
,
plpgsql
,
ressources
Ressources en ligne sur "PostgreSQL/PostGIS"
PostgGIS In Action
L'aide de PostgreSQL
en anglais
ou
traduite sur le site de postgresqlfr.org
.
L'aide de PostGIS sur le site du projet :
http://www.postgis.org/documentation/
.
L'incontournable documentation
de Jean David Techer sur l'utilisation de ”“PostGreSQL/PostGIS”” que nous remercions ici pour la qualité de ce travail considérable
version html
version pdf
plpgsql
http://scott.univ-lehavre.fr/~sadeg/enseignement/autres/pl-pgsql-1-oct.pdf
Les liens vers une série d'articles du
Postgres OnLine
Journal consacrés aux fonctions pl/pgsql :
Quick Guide to writing PLPGSQL Functions: Part 1
Quick Guide to writing PLPGSQL Functions: Part 2
Quick Guide to writing PLPGSQL Functions: Part 3
PL/PGSQL cheat sheet
plpython
http://www.postgresonline.com/journal/archives/106-PL-Python-Cheatsheet-Overview.html
http://www.postgresonline.com/journal/permalink/Quick-Intro-to-PLPython.html
http://www.postgresonline.com/journal/permalink/PLPython-Part-2-Control-Flow-and-Returning-Sets.html
http://www.postgresonline.com/journal/permalink/PLPython-Part-3-Using-custom-classes,-pulling-data-from-PostgreSQL.html
http://www.postgresonline.com/journal/permalink/PLPython-Part-4-PLPython-meets-aggregates.html
http://www.postgresonline.com/journal/permalink/PLPython-Part-5-PLPython-meets-PostgreSQL-Multi-column-aggregates-and-SVG-plots.html
L'installation de PostgreSQL depuis les dépôts rpm
Installation du serveur depuis les dépôts rpm
Des utilitaires pour PostgreSQL
http://bucardo.org
PostGIS et la 3D
http://postgis3d.blogspot.com/
PGRatser
http://trac.osgeo.org/postgis/wiki/WKTRaster
http://fuzzytolerance.info/code/postgis-raster-ftw/
“Window funtions”
http://anton-burtsev.livejournal.com/3427.html
Requêtes récursives et fonctions Windows, de la théorie à la pratique