sql: support setting an application name for a session.#14085
sql: support setting an application name for a session.#14085knz merged 3 commits intocockroachdb:masterfrom
Conversation
|
Reviewed 4 of 4 files at r1, 1 of 1 files at r2, 5 of 5 files at r3. pkg/sql/session.go, line 72 at r2 (raw file):
Is it worth mentioning how this interacts with the session search path? pkg/sql/session.go, line 100 at r2 (raw file):
PreparedStatement should be plural, also maybe just say "prepared" via pgwire? Comments from Reviewable |
|
TFYR Review status: 1 of 6 files reviewed at latest revision, 2 unresolved discussions. pkg/sql/session.go, line 72 at r2 (raw file): Previously, jordanlewis (Jordan Lewis) wrote…
Done. pkg/sql/session.go, line 100 at r2 (raw file): Previously, jordanlewis (Jordan Lewis) wrote…
Done. Comments from Reviewable |
Needed for #13968.
This change is