annotate schema/README.md @ 2455:54c9fe587fe6

Subdivide SQL function to prepare for improved error handling The context of an error (e.g. the function in which it occured) can be inferred by the database client. Not doing all in one statement will render the context more meaningful.
author Tom Gottfried <tom@intevation.de>
date Fri, 01 Mar 2019 18:38:02 +0100
parents 85c47d63fdb9
children f2f0b776ba12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2394
85c47d63fdb9 Mention PostgreSQL version requirement
Tom Gottfried <tom@intevation.de>
parents: 1250
diff changeset
1 The gemma database schema requires PostgreSQL >= 11.
85c47d63fdb9 Mention PostgreSQL version requirement
Tom Gottfried <tom@intevation.de>
parents: 1250
diff changeset
2
1250
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
3 `dot.tmpl` is a template file for `postgresql_autodoc`
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
4 to be more similiar to UML and leave out some less useful labels.
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
5
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
6 See `../docker/README.md`