- Notifications
You must be signed in to change notification settings - Fork5
Commitcf4cee1
committed
At present, dates are put into a dump in the format specified by the
default datestyle. This is not portable between installations.This patch sets DATESTYLE to ISO at the start of a pg_dump, so that thedates written into the dump will be restorable onto any database,regardless of how its default datestyle is set.Oliver Elphick1 parent5f65225 commitcf4cee1
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
551 | 558 |
| |
552 | 559 |
| |
553 | 560 |
| |
|
0 commit comments
Comments
(0)