[Mediawiki-l] Deleting pages doesn`t work

Greg Sabino Mullane greg at turnstep.com
Mon Sep 4 22:47:15 UTC 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Looks like this was fixed in subversion 15672. You can fix this
by issuing the following two commands within psql:

alter table recentchanges drop constraint recentchanges_rc_cur_id_fkey;

alter table recentchanges add constraint recentchanges_rc_cur_id_fkey
  foreign key (rc_cur_id) references pagee(page_id) on delete set null;

- --
Greg Sabino Mullane greg at turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200609041843
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFE/KxMvJuQZxSWSsgRAjO0AKCFFyROxtWzMOLtuBWeD/pv6Rg23QCgh/rd
tH0o69Puq3qM6qsmKLnWwvU=
=uveC
-----END PGP SIGNATURE-----





More information about the MediaWiki-l mailing list