Project

General

Profile

« Previous | Next » 

Revision 14813

bugfix: /README.TXT: Datasource setup: For MS Access databases: also need to comment out `CREATE DATABASE` because pg_dump_limit is only applied to data.sql (due to requirements of the TNRS datasource)

View differences:

trunk/README.TXT
335 335
			Export just the data to inputs/<datasrc>/<file>.data.sql using the
336 336
				settings in the associated .ini file where available
337 337
		In <file>.schema.sql, make the following changes:
338
			Replace text "^CREATE DATABASE .*?;$" with "/*$0*/"
338 339
			Replace text "BOOLEAN" with "/*BOOLEAN*/INTEGER"
339 340
			Replace text "DOUBLE PRECISION NULL" with "DOUBLE PRECISION"
340 341
		Skip the Add input data for each table section

Also available in: Unified diff