Advertisement
dansguardian

Untitled

Mar 23rd, 2012
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1.   //PostgreSQL variables
  2.             String user = " -U postgres -F c -b -v -f";
  3.             String dbase = " postgres";
  4.             String password = "=postgres";
  5.             String host = " -h localhost";
  6.             String port = " -p 5432";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement