Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo70 authored Feb 13, 2020
1 parent 59aea77 commit 828fe65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See [this](https://www.postgresql.org/docs/11/ddl-foreign-data.html) for general
#### Filesystem

* source 'file'
* filepath <filepath>>
* filepath <filepath>

#### JSON

Expand All @@ -51,13 +51,13 @@ See [this](https://www.postgresql.org/docs/11/ddl-foreign-data.html) for general
* delimiter <delimiter>, default: ,
* quote_char <quote_char>, default: "

#### EXCEL
#### EXCEL (.xls, .xlsx)

* format 'excel'
* header <true/false>
* sheet <sheet_name>, default: first sheet

#### ODF
#### ODF (.ods)

* format 'odf'
* header <true/false>
Expand Down

0 comments on commit 828fe65

Please sign in to comment.