forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite5a8da0
committed
Please apply the patch at the end. Disables use of system columns of views at all (not only oid, cmin etc. too). pgsql=> select cmin from pg_rules; ERROR: system column cmin not available - pg_rules is a view pgsql=> select * from pg_rules where pg_rules.oid = pg_class.oid; ERROR: system column oid not available - pg_rules is a view pgsql=>Jan
1 parent2da5e59 commite5a8da0
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1777 | 1777 |
| |
1778 | 1778 |
| |
1779 | 1779 |
| |
| 1780 | + | |
| 1781 | + | |
1780 | 1782 |
| |
1781 | 1783 |
| |
1782 | 1784 |
| |
|
0 commit comments
Comments
(0)