Fix missing query text terminator in docs.

This commit is contained in:
Dimitri Fontaine 2013-11-18 10:40:38 +01:00
parent fb54d19357
commit fdcaab9470

View File

@ -948,7 +948,7 @@ The `database` command accepts the following clauses and options:
being either the name of an existing view in your database or the
following expression:
*name* `AS` `$$` *sql query*
*name* `AS` `$$` *sql query* `$$`
The *name* and the *sql query* will be used in a `CREATE VIEW` statement
at the beginning of the data loading, and the resulting view will then