Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //PostgreSQL variables
- String user = " -U postgres -F c -b -v -f";
- String dbase = " postgres";
- String password = "=postgres";
- String host = " -h localhost";
- String port = " -p 5432";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement