- Notifications
You must be signed in to change notification settings - Fork5
Commit8ac3862
committed
The patch updates the documentation to reflect the fact that higher values
of client_min_messages (fatal + panic) are valid and also fixes a slightissue with how psql tried to display error messages that aren't sent tothe client.We often tell people to ignore errors in response to requests for thingslike "drop if exists", but there's no good way to completely hide thiswithout upping client_min_messages past ERROR. When running a file likeSET client_min_messages TO 'FATAL';DROP TABLE doesntexist;with "psql -f filename" you get an error prefix of"psql:/home/username/filename:3" even though there is no error message toprefix because it isn't sent to the client.Kris Jurka1 parent4784794 commit8ac3862
2 files changed
+8
-4
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
2295 | 2295 |
| |
2296 | 2296 |
| |
2297 | 2297 |
| |
2298 |
| - | |
| 2298 | + | |
| 2299 | + | |
2299 | 2300 |
| |
2300 | 2301 |
| |
2301 | 2302 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
684 |
| - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
685 | 688 |
| |
686 | 689 |
| |
687 | 690 |
| |
|
0 commit comments
Comments
(0)