forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3a51306
committed
psql: Show all query results by default
Previously, psql printed only the last result if a command stringreturned multiple result sets. Now it prints all of them. Theprevious behavior can be obtained by setting the psql variableSHOW_ALL_RESULTS to off.Author: Fabien COELHO <coelho@cri.ensmp.fr>Reviewed-by: "Iwata, Aya" <iwata.aya@jp.fujitsu.com>Reviewed-by: Daniel Verite <daniel@manitou-mail.org>Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: vignesh C <vignesh21@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre1 parent518442c commit3a51306
File tree
13 files changed
+603
-299
lines changed- contrib/pg_stat_statements/expected
- doc/src/sgml/ref
- src
- bin/psql
- test/regress
- expected
- sql
13 files changed
+603
-299
lines changedLines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
53 | 63 |
| |
54 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
55 | 75 |
| |
56 | 76 |
| |
57 | 77 |
| |
| |||
61 | 81 |
| |
62 | 82 |
| |
63 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
64 | 89 |
| |
65 | 90 |
| |
66 | 91 |
| |
|
Lines changed: 15 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 | 130 |
| |
137 | 131 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
142 | 135 |
| |
143 | 136 |
| |
144 | 137 |
| |
| |||
3527 | 3520 |
| |
3528 | 3521 |
| |
3529 | 3522 |
| |
3530 |
| - | |
3531 |
| - | |
3532 |
| - | |
3533 |
| - | |
3534 | 3523 |
| |
3535 | 3524 |
| |
3536 | 3525 |
| |
| |||
4117 | 4106 |
| |
4118 | 4107 |
| |
4119 | 4108 |
| |
| 4109 | + | |
| 4110 | + | |
| 4111 | + | |
| 4112 | + | |
| 4113 | + | |
| 4114 | + | |
| 4115 | + | |
| 4116 | + | |
| 4117 | + | |
| 4118 | + | |
| 4119 | + | |
| 4120 | + | |
4120 | 4121 |
| |
4121 | 4122 |
| |
4122 | 4123 |
| |
|
0 commit comments
Comments
(0)