summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d45a9a)
raw | patch | inline | side by side (parent: 8d45a9a)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Sep 2014 12:51:05 +0000 (05:51 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Sep 2014 12:51:05 +0000 (05:51 -0700) |
This is to avoid that people will call it “SQL”. Thanks to Julian Hein (and
others) for suggesting this.
others) for suggesting this.
doc/sysdbql.7.txt | patch | blob | history |
diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt
index 7e5945e5066b56fcc51d3b663aee0b299f489ba6..396b55b263d233ad49c9394d729f171cb20609b0 100644 (file)
--- a/doc/sysdbql.7.txt
+++ b/doc/sysdbql.7.txt
NAME
----
-sysdbql - the SysDB query language
+sysdbql - the SysDB query language (SysQL)
SYNOPSIS
--------
-----------
include::sysdb-description.txt[]
-The SysDB query language is a human-readable format for describing a request
-to retrieve data from a SysDB daemon. It is very remotely similar to the
-Standard Query Language (SQL) supported by relational database management
+The SysDB query language (SysQL) is a human-readable format for describing a
+request to retrieve data from a SysDB daemon. It is very remotely similar to
+the Standard Query Language (SQL) supported by relational database management
systems (RDBMS) but specialized for SysDB's use-case.
QUERY COMMANDS