forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4a6bd2
committed
Fix pg_dump to add the required OPERATOR() decoration to schema-qualified
operator names. This is needed when dumping operator definitions that haveCOMMUTATOR (or similar) links to operators in other schemas.Apparently Daniel Whitter is the first person ever to try this :-(1 parent894829a commite4a6bd2
1 file changed
+24
-12
lines changedLines changed: 24 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
6054 | 6054 |
| |
6055 | 6055 |
| |
6056 | 6056 |
| |
6057 |
| - | |
6058 |
| - | |
6059 |
| - | |
| 6057 | + | |
| 6058 | + | |
| 6059 | + | |
| 6060 | + | |
6060 | 6061 |
| |
6061 | 6062 |
| |
6062 | 6063 |
| |
| |||
6070 | 6071 |
| |
6071 | 6072 |
| |
6072 | 6073 |
| |
6073 |
| - | |
| 6074 | + | |
| 6075 | + | |
6074 | 6076 |
| |
| 6077 | + | |
6075 | 6078 |
| |
6076 | 6079 |
| |
6077 |
| - | |
| 6080 | + | |
6078 | 6081 |
| |
6079 |
| - | |
| 6082 | + | |
| 6083 | + | |
6080 | 6084 |
| |
6081 |
| - | |
| 6085 | + | |
| 6086 | + | |
| 6087 | + | |
| 6088 | + | |
| 6089 | + | |
6082 | 6090 |
| |
6083 |
| - | |
| 6091 | + | |
6084 | 6092 |
| |
6085 | 6093 |
| |
6086 |
| - | |
6087 |
| - | |
6088 | 6094 |
| |
6089 |
| - | |
| 6095 | + | |
| 6096 | + | |
| 6097 | + | |
| 6098 | + | |
| 6099 | + | |
| 6100 | + | |
| 6101 | + | |
6090 | 6102 |
| |
6091 | 6103 |
| |
6092 | 6104 |
| |
|
0 commit comments
Comments
(0)