forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit944f95d
committed
Add:
>> * Wire Protocol Changes> o Show transaction status in psql> o Allow binding of query parameters, support for prepared queries> o Add optional textual message to NOTIFY> o Remove hard-coded limits on user/db/password names> o Remove unused elements of startup packet (unused, tty, passlength)> o Fix COPY/fastpath protocol?> o Replication support?> o Error codes> o Dynamic character set handling> o Special passing of binary values in platform-neutral format (bytea?)> o ecpg improvements?> o Add decoded type, length, precision1 parent5435944 commit944f95d
1 file changed
+15
-1
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
410 | 424 |
| |
411 | 425 |
| |
412 | 426 |
| |
|
0 commit comments
Comments
(0)