forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1b3915
committed
In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't
reference DEALLOCATE in any way. It points to EXECUTE, but not toDEALLOCATE. Suggested fix:... This also means that a single prepared statement cannot be used bymultiple simultaneous database clients; however, each client can createtheir own prepared statement to use. The prepared statement can bemanually cleaned up using the DEALLOCATE command.James Robinson1 parent011c3e6 commitd1b3915
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
0 commit comments
Comments
(0)