mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
Fix missing query text terminator in docs.
This commit is contained in:
parent
fb54d19357
commit
fdcaab9470
@ -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
|
being either the name of an existing view in your database or the
|
||||||
following expression:
|
following expression:
|
||||||
|
|
||||||
*name* `AS` `$$` *sql query*
|
*name* `AS` `$$` *sql query* `$$`
|
||||||
|
|
||||||
The *name* and the *sql query* will be used in a `CREATE VIEW` statement
|
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
|
at the beginning of the data loading, and the resulting view will then
|
||||||
|
Loading…
Reference in New Issue
Block a user