- Notifications
You must be signed in to change notification settings - Fork5
Commit26d905a
committed
Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.
This currently does little except serve as documentation. (The one casewhere it has a performance benefit, SERIALIZABLE mode in 9.1 and up, wasalready using READ ONLY mode.) However, it's possible that it might haveperformance benefits in future, and in any case it seems like goodpractice since it would catch any accidentally non-read-only operations.Pavan Deolasee1 parent4b94cfb commit26d905a
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 |
| - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
622 | 629 |
| |
623 | 630 |
| |
624 | 631 |
| |
|
0 commit comments
Comments
(0)