forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitea15816
committed
psql: Fix category of \parse in output of --help=commands and \?
\parse was listed under the category "Connection", which was incorrect.Let's move it to "General" like the other meta-commands of the same type(\bind, \bind_named and \close).Oversight in commitd55322b.Discussion:https://postgr.es/m/Zz_x-NEKNeeRlAVc@paquier.xyz1 parent768dfd8 commitea15816
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
| 177 | + | |
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
| |||
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
315 |
| - | |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
|
0 commit comments
Comments
(0)