From 7b1ba7e33b2ac4194cc7b9e644df60d1fe676290 Mon Sep 17 00:00:00 2001 From: michaelpopes <65916808+michaelpopes@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:30:56 +0200 Subject: [PATCH] Update overview.md Describes the current fact that the read_csv function and the COPY statement support different parameters. --- docs/data/csv/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/csv/overview.md b/docs/data/csv/overview.md index c8c946d6b1..7aa2ae8165 100644 --- a/docs/data/csv/overview.md +++ b/docs/data/csv/overview.md @@ -82,7 +82,7 @@ The DuckDB CSV reader can automatically infer which configuration flags to use b ## Parameters -Below are parameters that can be passed to the CSV reader. These parameters are accepted by both the [`COPY` statement]({% link docs/sql/statements/copy.md %}#copy-to) and the [`read_csv` function](#csv-functions). +Below are parameters that can be passed to the CSV reader. These parameters are accepted by the [`read_csv` function](#csv-functions). But not all parameters are accepted by the [`COPY` statement]({% link docs/sql/statements/copy.md %}#copy-to)). | Name | Description | Type | Default | |:--|:-----|:-|:-|