[Mailman-Developers] [Bug 860159] Re: Mailman 3.0 support for Postgres

Dan MacNeil omacneil at thecsl.org
Tue Sep 27 03:11:54 CEST 2011


On 09/26/2011 09:03 PM, Barry Warsaw wrote:
>   Currently, two foreign key constraints are commented out
>>because those are violated in Mailman 3 (apparently this doesn't bother
>>SQLite).

Foreign key constraints are available in sqlite 3.6.19 and above. They 
are turned off by default. They can be enabled with:

	PRAGMA foreign_keys = ON;

More details at:
		http://www.sqlite.org/foreignkeys.html	


More information about the Mailman-Developers mailing list