- Notifications
You must be signed in to change notification settings - Fork28
Commitb303739
committed
Add:
>> * Allow a database in tablespace t1 with tables created in tablespace t2> to be used as a template for a new database created with default> tablespace t2>> All objects in the default database tablespace must have default tablespace> specifications. This is because new databases are created by copying> directories. If you mix default tablespace tables and tablespace-specified> tables in the same directory, creating a new database from such a mixed> directory would create a new database with tables that had incorrect> explicit tablespaces. To fix this would require modifying pg_class in the> newly copied database, which we don't currently do.1 parent301d6e4 commitb303739
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 |
| |
61 | 73 |
| |
62 | 74 |
| |
|
0 commit comments
Comments
(0)