Implement query tool on command line and over SSH
This little query tool is primarily intended for use when running an
embedded H2 database where there really is no other way to access the
in-memory files and state.
It is however handy for quick queries against any other database.
Bug: issue 327
Change-Id: I77a96c0833026d432103a16b48ec36f315c352ec
Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/Documentation/pgm-index.txt b/Documentation/pgm-index.txt
index 069ec59..1ea0707 100644
--- a/Documentation/pgm-index.txt
+++ b/Documentation/pgm-index.txt
@@ -15,6 +15,9 @@
link:pgm-daemon.html[daemon]::
Gerrit HTTP, SSH network server.
+link:pgm-gsql.html[gsql]::
+ Administrative interface to idle database.
+
version::
Display the release version of Gerrit Code Review.