Commit 7736d0f
Jonathan S. Katz
Modify how the user connects in the custom config example
As the example uses a PostgreSQL superuser, we can safely use
`SET SESSION AUTHORIZATION` and leverage the existing connection to
the database, instead of opening up a new one.
Issue: [ch6752]1 parent 73d9629 commit 7736d0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments