forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit940f772
committed
Support temporary setting of search path during CREATE SCHEMA; this
allows the example in the CREATE SCHEMA ref page to actually work now.Also, clean up when the transaction that initially creates a temp-tablenamespace is later aborted. Simplify internal representation of searchpath by folding special cases into the main list.1 parent5f21560 commit940f772
File tree
5 files changed
+241
-157
lines changed- src
- backend
- access/transam
- catalog
- commands
- utils/adt
- include/catalog
5 files changed
+241
-157
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| 167 | + | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
| |||
1009 | 1010 |
| |
1010 | 1011 |
| |
1011 | 1012 |
| |
| 1013 | + | |
1012 | 1014 |
| |
1013 | 1015 |
| |
1014 | 1016 |
| |
| |||
1112 | 1114 |
| |
1113 | 1115 |
| |
1114 | 1116 |
| |
| 1117 | + | |
1115 | 1118 |
| |
1116 | 1119 |
| |
1117 | 1120 |
| |
|
0 commit comments
Comments
(0)