Project

General

Profile

« Previous | Next » 

Revision 8931

schemas/VegCore/VegCore.ERD.mwb.run: added export_postgres (), which calls VegCore.pg.sql/make ()

View differences:

VegCore.ERD.mwb.run
21 21
	VegCore.my.sql/make
22 22
}
23 23

  
24
VegCore.pg.sql/make ()
25
{
26
	echo_func; set_make_vars
27
	my2pg <"${target%.pg.sql}.my.sql" >"$target"
28
}
29

  
30
export_postgres ()
31
{
32
	echo_func
33
	VegCore.pg.sql/make
34
}
35

  
24 36
export_ ()
25 37
{
26 38
	echo_func
27 39
	(cd "$top_dir"
28 40
	unzip_newer "$archive_filename" document.mwb.xml)
29 41
	export_mysql
42
	export_postgres
30 43
}
31 44

  
32 45
import ()

Also available in: Unified diff