Support for windows

This commit is contained in:
sparkyx 2008-01-24 23:13:40 +00:00
parent 86fab67bc1
commit 187e1e5dda
4 changed files with 20 additions and 4 deletions

View file

@ -81,7 +81,3 @@ CREATE TABLE version (
);
CREATE INDEX fk_jnt_dos_id ON jnt_use_dos USING btree (dos_id);
CREATE INDEX fk_jnt_use_dos ON jnt_use_dos USING btree (use_id);
REVOKE ALL ON SCHEMA public FROM PUBLIC;
REVOKE ALL ON SCHEMA public FROM postgres;
GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO PUBLIC;