You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sql/statements/copy.md
-2
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,6 @@ Copy the entire content of database `db1` to database `db2`:
72
72
COPY FROM DATABASE db1 TO db2;
73
73
```
74
74
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
-
77
75
Copy only the schema (catalog elements) but not any data:
0 commit comments