Add support for Foreign data wrappers, servers and user mappings.

This commit is contained in:
Neel Patel
2016-03-17 11:39:38 +00:00
committed by Dave Page
parent 05e527505d
commit 3969e91563
46 changed files with 3661 additions and 12 deletions

View File

@@ -117,6 +117,8 @@ function(alertify, S) {
return;
}
}
alertify.alert().show().set('message', msg).set('title', promptmsg);
alertify.alert().show().set(
'message', msg.replace(new RegExp('\r?\n','g'), '<br />')
).set('title', promptmsg);
};
});