Postgres default username/password

This commit is contained in:
Timothy Warren 2012-02-21 20:22:08 -05:00
parent 1deefd3694
commit b977c877ac
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ class Add_DB extends GtkWindow {
break;
case "PostgreSQL":
$this->user->set_text('');
$this->pass->set_text('');
$this->user->set_text('postgres');
$this->pass->set_text('postgres');
break;
case "Firebird":