forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb9a3139
committed
psql: Rename results to result when only a single one is meant
This makes the naming more consistent with the libpq API and the restof the code, and makes actually supporting multiple result sets in thefuture less confusing.Discussion:https://www.postgresql.org/message-id/flat/db72fb98-9b43-d776-7247-6ed38f28e7c6%40enterprisedb.com1 parentf5744f1 commitb9a3139
File tree
8 files changed
+142
-142
lines changed- src/bin/psql
8 files changed
+142
-142
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| |||
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
686 |
| - | |
| 686 | + | |
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
| |||
5084 | 5084 |
| |
5085 | 5085 |
| |
5086 | 5086 |
| |
5087 |
| - | |
| 5087 | + | |
5088 | 5088 |
| |
5089 | 5089 |
| |
5090 | 5090 |
| |
|
0 commit comments
Comments
(0)