From fdcaab9470db41d36a45a2fef0110ad5def1a68c Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 18 Nov 2013 10:40:38 +0100 Subject: [PATCH] Fix missing query text terminator in docs. --- pgloader.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgloader.1.md b/pgloader.1.md index 8533913..8a6390b 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -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