Forum OpenACS Development: New "DROP RULE" syntax in PG 7.3 breaks functions in the CR ...

I  found two two places where it should be fixed. Patch is here:
https://openacs.org/bugtracker/openacs/patch?patch%5fnumber=25

Since I believe we will only support the two latest versions of PG (at least historically this has been the case), I used "if version() like ''%7.2%'' then old syntax" and otherwise assumed the new (PG 7.3) syntax.

For other's interest, this patch wasn't applied to the OpenACS 4.6.3 I downloaded (I was running OpenACS 4.6.3 on PG 7.3.5).

Ola's patch was applied to version 1.25 but not 1.24.2.2, which is the 4.6.3 revision. See CVS.

This means that OpenACS 4.6.3 isn't fully PG 7.3 compliant. Maybe I should be upgrading to 5.0.4 to avoid other, similar problems with PG 7.3?