Skip to content

Commit ede7fbc

Browse files
authored
Merge pull request #4665 from taniabogatsch/copy-indexes
Remove index copy notice
2 parents 06419bd + dd97897 commit ede7fbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/sql/statements/copy.md

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Copy the entire content of database `db1` to database `db2`:
7272
COPY FROM DATABASE db1 TO db2;
7373
```
7474

75-
> Currently, indexes do not work when using `COPY FROM DATABASE`. While they are copied to the other database, they are not used by the queries. Therefore, if your workload on the new database requires indexes, recreate them manually.
76-
7775
Copy only the schema (catalog elements) but not any data:
7876

7977
```sql

0 commit comments

Comments
 (0)