Start of DBMS support
authoradamch <adamch>
Thu, 21 Dec 2006 23:39:14 +0000 (23:39 +0000)
committeradamch <adamch>
Thu, 21 Dec 2006 23:39:14 +0000 (23:39 +0000)
commit634d7082a2e875b13f4e7a7a643d974554c50395
tree43c125f9b8ad3653be849a6cf515ba63fd454743
parent695b8c3716ab703fd16b7e5b1d44987bc6caaea2
Start of DBMS support
19 files changed:
Makefile
bin/.cvsignore
configDefault/postgres.cfg [new file with mode: 0644]
configDefault/postgres.cfs [new file with mode: 0644]
configDefault/postgres.csg [new file with mode: 0644]
src/.cvsignore
src/dbms.sig [new file with mode: 0644]
src/dbms.sml [new file with mode: 0644]
src/main-admin.sml
src/main-client.sml
src/main-dbtool.sml [new file with mode: 0644]
src/main.sig
src/main.sml
src/msg.sml
src/msgTypes.sml
src/plugins/domtool-postgres [new file with mode: 0755]
src/plugins/postgres.sig [new file with mode: 0644]
src/plugins/postgres.sml [new file with mode: 0644]
src/sources