Skip to content

Commit

Permalink
Merge pull request crate#1011 from crate/l/copy-to-fix-docs
Browse files Browse the repository at this point in the history
fix: synopsis of COPY TO used a misleading syntax
  • Loading branch information
lukasender committed Aug 4, 2014
2 parents 7ce8c2b + 60b8d2a commit 47a1492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes for Crate Data
Unreleased
==========

- fix: synopsis of COPY TO used a misleading syntax

2014/08/01 0.41.1
=================

Expand Down
2 changes: 1 addition & 1 deletion docs/sql/reference/copy_to.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Synopsis

COPY table_ident [ PARTITION ( partition_column = value [ , ... ] ) ]
[ ( column [ , ...] ) ]
TO [DIRECTORY] { output_uri }
TO [DIRECTORY] output_uri
[ WITH ( copy_parameter [= value] [, ... ] ) ]

Description
Expand Down

0 comments on commit 47a1492

Please sign in to comment.