summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-05 01:54:19 +0000
committerEvan Read <eread@gitlab.com>2019-07-05 01:54:19 +0000
commit9414a41f8390511005702ab4fec99239b6c3c6dd (patch)
tree4abaa5740855d179bcf2775703e43afc508aa55a
parent20ceb5d8d099b42fb1ec7145d7e8aa7290954bfb (diff)
parent02530168067d671eb4c1ee7212390e274bef02f9 (diff)
downloadgitlab-ce-9414a41f8390511005702ab4fec99239b6c3c6dd.tar.gz
Merge branch 'add-pgformatter-into-database-tooling-docs' into 'master'
Add pgFormatter as a database tooling See merge request gitlab-org/gitlab-ce!30374
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 5df6ec5fd56..1566173992a 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -82,6 +82,7 @@ description: 'Learn how to contribute to GitLab.'
- [Understanding EXPLAIN plans](understanding_explain_plans.md)
- [explain.depesz.com](https://explain.depesz.com/) for visualising the output
of `EXPLAIN`
+- [pgFormatter](http://sqlformat.darold.net/) a PostgreSQL SQL syntax beautifier
### Migrations