DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Protocol changes: if server side client request handler detects that PA feature supported it need to prepare PA structure (if possible) and send it back to the client.
Client protocol changes:
Let`s consider the scope of use cases this improvement can be applied to:
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
SELECT * FROM T WHERE col1 = ? AND col2 = (SELECT MIN(a) FROM T2); |
| Code Block | ||||
|---|---|---|---|---|
| ||||
INSERT INTO T (id, col2) VALUES(0, '100'::INTEGER); |
| Code Block | ||||
|---|---|---|---|---|
| ||||
INSERT INTO T SELECT * FROM T2 WHERE condition; |
...
[1] IEP-95: Client Partition Awareness
...