Skip to content
Snippets Groups Projects
Commit b252a522 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Updated to Postgres 1.0.3 level.

Rev: lib/modules/Sql.pmod/postgres.pike:1.4
parent f673d94b
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
* This is part of the Postgres module for Pike.
* (C) 1997 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
*
* $Id: postgres.pike,v 1.3 1998/07/15 18:50:36 grubba Exp $
* $Id: postgres.pike,v 1.4 1998/08/25 13:28:34 grubba Exp $
*
*/
......@@ -31,7 +31,7 @@ void create(void|string host, void|string database, void|string user,
if (sscanf(host,"%s:%d",real_host,port)!=2)
ERROR("Error in parsing the hostname argument.\n");
mo::create(real_host||"",real_db||"",port);
mo::create(real_host||"",real_db||"",user||"",pass||"",port);
}
static void poll (int delay)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment