[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error on Line 216 of Pg-upgrade-2.6.17-2.6.18.sql



I think there an error  Line 216 on the Pg-upgrade-2.6.17-2.6.18.sql script.

CREATE RULES employee_id_track_u AS ON update TO vendor

should be
CREATE RULES vendor_id_track_u AS ON update TO vendor

It should be vendor_id_track_u instead of employee_id_track_u.

Can we have the confirmation

Thank