Skip to content

Commit

Permalink
Merge pull request #3188 from dciug/patch-1
Browse files Browse the repository at this point in the history
docs/storage: fix grammar mistakes
  • Loading branch information
szarnyasg authored Jun 27, 2024
2 parents 20a4c81 + 5daa2e2 commit 8b2d8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A bash one-liner (to be adapted with the file names and executable locations) is
/older/version/duckdb mydata.db -c "EXPORT DATABASE 'tmp'" && /newer/duckdb mydata.new.db -c "IMPORT DATABASE 'tmp'"
```

After this `mydata.db` will be untouched with the old format, `mydata.new.db` will contain the same data but in a format accessible from more recent DuckDB, and folder `tmp` will old the same data in an universal format as different files.
After this, `mydata.db` will remain in the old format, `mydata.new.db` will contain the same data but in a format accessible by the more recent DuckDB version, and the folder `tmp` will hold the same data in a universal format as different files.

Check [`EXPORT` documentation]({% link docs/sql/statements/export.md %}) for more details on the syntax.

Expand Down

0 comments on commit 8b2d8aa

Please sign in to comment.