forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36a1e73
committed
Rework pg_dump namespace search criteria so that dumping of user objects
having names conflicting with system objects will work --- the searchpath is now user-schema, pg_catalog rather than implicitly the other wayaround. Note this requires being careful to explicitly qualify referencesto system names whenever pg_catalog is not first in the search path.Also, add support for dumping ACLs of schemas.1 parent5a8ab29 commit36a1e73
3 files changed
+350
-160
lines changedLines changed: 13 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
2097 | 2097 |
| |
2098 | 2098 |
| |
2099 | 2099 |
| |
| 2100 | + | |
| 2101 | + | |
2100 | 2102 |
| |
2101 | 2103 |
| |
2102 | 2104 |
| |
2103 | 2105 |
| |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
2104 | 2113 |
| |
2105 | 2114 |
| |
2106 |
| - | |
2107 | 2115 |
| |
2108 | 2116 |
| |
2109 |
| - | |
2110 |
| - | |
2111 | 2117 |
| |
2112 | 2118 |
| |
2113 | 2119 |
| |
2114 | 2120 |
| |
2115 | 2121 |
| |
2116 | 2122 |
| |
2117 | 2123 |
| |
2118 |
| - | |
2119 | 2124 |
| |
2120 | 2125 |
| |
2121 |
| - | |
2122 |
| - | |
| 2126 | + | |
2123 | 2127 |
| |
2124 | 2128 |
| |
2125 | 2129 |
| |
2126 | 2130 |
| |
| 2131 | + | |
| 2132 | + | |
2127 | 2133 |
| |
2128 | 2134 |
| |
2129 | 2135 |
| |
|
0 commit comments
Comments
(0)