forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3022cb1
committed
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
The query used to disable WITH OIDS in all the relations making use ofit was checking for materialized views, but this is not a supportedoperation. On the contrary, this needs to be done on foreign tables.While on it, use quote_ident() in the ALTER TABLE strings built on therelation name.Author: Anton A. Melnikov, Michael PaquierDiscussion:https://postgr.es/m/49f389ba-95ce-8a9b-09ae-f60650c0e7c7@inbox.ruBackpatch-through: 121 parent2fcf685 commit3022cb1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments
Comments
(0)