summaryrefslogtreecommitdiff
path: root/man/man1/map-db.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/map-db.1')
-rw-r--r--man/man1/map-db.118
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man1/map-db.1 b/man/man1/map-db.1
new file mode 100644
index 0000000..3dcfd6a
--- /dev/null
+++ b/man/man1/map-db.1
@@ -0,0 +1,18 @@
+.TH map-db 1 2023-04-19 utils
+
+.SH NAME
+map-db \- create a graph of a postgres database
+
+.SH SYNOPSIS
+.B map-db
+
+.SH DESCRIPTION
+.B map-db
+is basically a less complete version of postgres-autodoc.
+It only outputs graphviz code.
+
+.SH EXAMPLES
+.B map-db
+
+.SH SEE ALSO
+.BR psql (1),\ dot (1)