Project

General

Profile

« Previous | Next » 

Revision 14809

added inputs/CVS/_src/{data,schema}.sql.ini

View differences:

trunk/inputs/CVS/_src/data.sql.ini
1
[MoveDB MSAccess to PostgreSQL]
2
  sourcefilename=F:\Downloads\
3
  sourceusername=
4
  sourcepassword=
5
  sourcesystemdatabase=
6
  destinationmethod=DUMP
7
  destinationserver=
8
  destinationport=5432
9
  destinationusername=postgres
10
  destinationpassword=
11
  maintenancedb=postgres
12
  destinationdumpfilename=F:\Downloads\data.sql
13
  dropdatabase=0
14
  createtables=0
15
  unicode=1
16
  autocommit=1
17
  transferdefaultvalues=1
18
  transferindexes=0
19
  transferautonumbers=1
20
  transferrecords=1
21
  columnlist=0
trunk/inputs/CVS/_src/schema.sql.ini
1
[MoveDB MSAccess to PostgreSQL]
2
  sourcefilename=F:\Downloads\
3
  sourceusername=
4
  sourcepassword=
5
  sourcesystemdatabase=
6
  destinationmethod=DUMP
7
  destinationserver=
8
  destinationport=5432
9
  destinationusername=postgres
10
  destinationpassword=
11
  maintenancedb=postgres
12
  destinationdumpfilename=F:\Downloads\schema.sql
13
  dropdatabase=0
14
  createtables=1
15
  unicode=1
16
  autocommit=1
17
  transferdefaultvalues=1
18
  transferindexes=1
19
  transferautonumbers=1
20
  transferrecords=0
21
  columnlist=0

Also available in: Unified diff